From patchwork Mon Jul 18 19:41:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 105351 X-Patchwork-Delegate: info@emk-elektronik.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id E1F46B6F62 for ; Tue, 19 Jul 2011 05:42:17 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8BB2528359; Mon, 18 Jul 2011 21:42:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7tWlazRC+KHK; Mon, 18 Jul 2011 21:42:01 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0891228310; Mon, 18 Jul 2011 21:41:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0EAF0282C3 for ; Mon, 18 Jul 2011 21:41:38 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dUsiQySBe+NV for ; Mon, 18 Jul 2011 21:41:36 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-fx0-f50.google.com (mail-fx0-f50.google.com [209.85.161.50]) by theia.denx.de (Postfix) with ESMTPS id 6CD1C282EC for ; Mon, 18 Jul 2011 21:41:30 +0200 (CEST) Received: by fxh2 with SMTP id 2so4576306fxh.23 for ; Mon, 18 Jul 2011 12:41:30 -0700 (PDT) Received: by 10.223.13.137 with SMTP id c9mr6235474faa.77.1311018090037; Mon, 18 Jul 2011 12:41:30 -0700 (PDT) Received: from andreas-mbp.erlangen.biessmann.tld (dslb-178-010-080-114.pools.arcor-ip.net [178.10.80.114]) by mx.google.com with ESMTPS id r12sm3147786fam.24.2011.07.18.12.41.28 (version=SSLv3 cipher=OTHER); Mon, 18 Jul 2011 12:41:29 -0700 (PDT) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: u-boot@lists.denx.de Date: Mon, 18 Jul 2011 21:41:08 +0200 Message-Id: <1311018069-60651-7-git-send-email-andreas.devel@googlemail.com> X-Mailer: git-send-email 1.7.6 In-Reply-To: <1311018069-60651-1-git-send-email-andreas.devel@googlemail.com> References: <1311018069-60651-1-git-send-email-andreas.devel@googlemail.com> MIME-Version: 1.0 Subject: [U-Boot] [PATCH 6/6] README: fix arm920t/at91 path X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Andreas Bießmann --- README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README index a5c1894..7915fa0 100644 --- a/README +++ b/README @@ -147,7 +147,7 @@ Directory Hierarchy: /cpu CPU specific files /arm720t Files specific to ARM 720 CPUs /arm920t Files specific to ARM 920 CPUs - /at91rm9200 Files specific to Atmel AT91RM9200 CPU + /at91 Files specific to Atmel AT91RM9200 CPU /imx Files specific to Freescale MC9328 i.MX CPUs /s3c24x0 Files specific to Samsung S3C24X0 CPUs /arm925t Files specific to ARM 925 CPUs