From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Khoronzhuk Date: Tue, 4 Nov 2014 16:55:45 +0200 Subject: [U-Boot] [U-boot] [Patch] ks2_evm: config: enable fatload command In-Reply-To: <20141104145431.GF15133@bill-the-cat> References: <1414592936-21321-1-git-send-email-ivan.khoronzhuk@ti.com> <20141104145431.GF15133@bill-the-cat> Message-ID: <5458E8F1.7020105@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/04/2014 04:54 PM, Tom Rini wrote: > On Wed, Oct 29, 2014 at 04:28:56PM +0200, Ivan Khoronzhuk wrote: > >> The keystone2 evm can boot from USB partition with FAT32 FS, so >> enable fatload command usage. >> >> Acked-by: Murali Karicheri >> Signed-off-by: Ivan Khoronzhuk >> --- >> include/configs/ks2_evm.h | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h >> index b30e72f..e5e628f 100644 >> --- a/include/configs/ks2_evm.h >> +++ b/include/configs/ks2_evm.h >> @@ -225,6 +225,7 @@ >> #define CONFIG_CMD_SF >> #define CONFIG_CMD_EEPROM >> #define CONFIG_CMD_USB >> +#define CONFIG_CMD_FAT > Please also add CONFIG_CMD_FS_GENERIC so that you can just use 'load', > etc and it just works with various fs types. > Ok Thanks. -- Regards, Ivan Khoronzhuk