From patchwork Thu Nov 6 06:42:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 407320 X-Patchwork-Delegate: iwamatsu@nigauri.org 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 D8BED14008C for ; Thu, 6 Nov 2014 17:43:04 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C49F74BF0A; Thu, 6 Nov 2014 07:42:58 +0100 (CET) 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 AJRWQBr5Plo3; Thu, 6 Nov 2014 07:42:58 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DECDF4BF0C; Thu, 6 Nov 2014 07:42:57 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 067A64BF20 for ; Thu, 6 Nov 2014 07:42:56 +0100 (CET) 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 qETtt-zOE6q8 for ; Thu, 6 Nov 2014 07:42:55 +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-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) by theia.denx.de (Postfix) with ESMTPS id 4115A4BF13 for ; Thu, 6 Nov 2014 07:42:45 +0100 (CET) Received: by mail-pd0-f173.google.com with SMTP id v10so543626pde.32 for ; Wed, 05 Nov 2014 22:42:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=8Zphpr8MYwdxYVGtep7CfHntdpu+Ux8KTHZGTvcx8aA=; b=jtsopZ+6tOYxrfDED/RyamkUmvYP6l/04+Nlq9GuJjpguHoe6K9sj2jBywW9g+JYB4 8aSzkr/gXk6/8aX0wWmkhMxVUdUk3Sa+039b3YBBUfORMXzTLoeIWhW8ndE9kPg1MnxX hsMEzsaTYaze1rtMqUufxXIxf2hCJPFMFWG9RGb0N1cu0+8vW7ZtIcHBJT5NqNxved/i W9RUGps6PEAxoA0FdLXpJn2hIt//tkJx/dC7SzWQ0eyUb7k7spXJZD25sBxDeqx/8sz2 VWNn5n+rU+dwAIitG9TqdFg4DC0fTN4IsDmv3XqSznHen5QhHYxyDM1O3iclZSQsuX9H RheA== X-Gm-Message-State: ALoCoQm3sL7i/y+IcNqVwMajikJLS/GbNhURRm82itV/PtR7GC0DL4Eh7kivlrNcpr37lTIhDXQa X-Received: by 10.70.123.201 with SMTP id mc9mr2493646pdb.52.1415256164511; Wed, 05 Nov 2014 22:42:44 -0800 (PST) Received: from xps-iwamatsu.renesas.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id np11sm4883955pdb.78.2014.11.05.22.42.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 05 Nov 2014 22:42:42 -0800 (PST) From: Nobuhiro Iwamatsu To: u-boot@lists.denx.de, Nobuhiro Iwamatsu Date: Thu, 6 Nov 2014 15:42:26 +0900 Message-Id: <1415256146-19703-3-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Mailer: git-send-email 2.1.1 In-Reply-To: <1415256146-19703-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> References: <1415256146-19703-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> Cc: Nobuhiro Iwamatsu Subject: [U-Boot] [PATCH 3/3] arm: rmobile: gose: Add VFAT file system support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 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: Nobuhiro Iwamatsu --- include/configs/gose.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/configs/gose.h b/include/configs/gose.h index 5889f02..62837d6 100644 --- a/include/configs/gose.h +++ b/include/configs/gose.h @@ -33,6 +33,7 @@ #define CONFIG_CMD_DHCP #define CONFIG_CMD_MII #define CONFIG_CMD_USB +#define CONFIG_CMD_FAT #if defined(CONFIG_RMOBILE_EXTRAM_BOOT) #define CONFIG_SYS_TEXT_BASE 0x70000000 @@ -173,4 +174,9 @@ #define CONFIG_USB_EHCI_RMOBILE #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 +/* File system */ +#define CONFIG_FAT_WRITE +#define CONFIG_DOS_PARTITION +#define CONFIG_SUPPORT_VFAT + #endif /* __GOSE_H */