From patchwork Tue Nov 27 16:37:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 202273 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 AC2E92C008C for ; Wed, 28 Nov 2012 05:26:03 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 51D664A10B; Tue, 27 Nov 2012 19:25:56 +0100 (CET) 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 HycnDAjBj5D8; Tue, 27 Nov 2012 19:25:56 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 46A0D4A10C; Tue, 27 Nov 2012 19:25:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AB4454A09C for ; Tue, 27 Nov 2012 17:38:19 +0100 (CET) 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 wQO6d58Ps5XO for ; Tue, 27 Nov 2012 17:38:18 +0100 (CET) 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-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by theia.denx.de (Postfix) with ESMTPS id EDB2F4A0A5 for ; Tue, 27 Nov 2012 17:38:15 +0100 (CET) Received: by mail-wg0-f52.google.com with SMTP id fg15so3855241wgb.9 for ; Tue, 27 Nov 2012 08:38:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=YzUv3KN59KLtR83LZWLQmXoocdE2JzFdcxKUZ2KJ938=; b=aZh7nDTYf122pkrMdZ72YhvF0XunU0WAFvTJsqzVW/qxiz2gNVP3yoDEoUn8B/ZxM6 idtBOnOnX5zvTXRhXIJjhagt4LUsDquNkLPw0tR9+7KCHd+0yBtYJNi7G87VJGRBj+ua c/+zYmUbb+EIn1tR6Pv0u962KQiATCiia7S14hjrEQ5Wm+99hbSrDNvWMkhuLiHoJ+l4 ni+9Wgy2SzxHylpJmqCtuJnI5pFWfGBVVKF0AGD4iIDa9V0wOs40Nv+vuHqLkPblYJ3/ XXLdBcAuKoHBKp18ZUyliDg3Pc3DWCPQsCOoE2RoTKnL9So0iXK8hW3Z+YdfQ+kuRwRQ ximA== Received: by 10.216.207.12 with SMTP id m12mr5795720weo.141.1354034294718; Tue, 27 Nov 2012 08:38:14 -0800 (PST) Received: from localhost.localdomain (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPS id y3sm3201787wix.6.2012.11.27.08.38.13 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Nov 2012 08:38:14 -0800 (PST) From: Richard Genoud To: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Tue, 27 Nov 2012 17:37:52 +0100 Message-Id: <1354034273-15093-4-git-send-email-richard.genoud@gmail.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1354034273-15093-1-git-send-email-richard.genoud@gmail.com> References: <1354034273-15093-1-git-send-email-richard.genoud@gmail.com> X-Mailman-Approved-At: Tue, 27 Nov 2012 19:25:36 +0100 Cc: Richard Genoud , u-boot@lists.denx.de, Bo Shen Subject: [U-Boot] [PATCH 3/4] at91sam9x5ek: regroup FAT/DOS features X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Richard Genoud --- include/configs/at91sam9x5ek.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h index 71f765b..5e5f9c1 100644 --- a/include/configs/at91sam9x5ek.h +++ b/include/configs/at91sam9x5ek.h @@ -90,6 +90,7 @@ #define CONFIG_CMD_NAND #define CONFIG_CMD_SF #define CONFIG_CMD_MMC +#define CONFIG_CMD_FAT /* SDRAM */ #define CONFIG_NR_DRAM_BANKS 1 @@ -142,9 +143,12 @@ /* MMC */ #ifdef CONFIG_CMD_MMC #define CONFIG_MMC -#define CONFIG_CMD_FAT #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI +#endif + +/* FAT */ +#ifdef CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION #endif