Re: [U-Boot] [PATCH] imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent

2014-09-09 Thread Stefano Babic
On 26/08/2014 12:05, Guillaume GARDET wrote: > nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use generic > 'load' command instead of 'fatload'. It allows to use ext filesystem and keep > compatibilty with fat filesystem. > > Signed-off-by: Guillaume GARDET > Cc: Stefano Babic

Re: [U-Boot] [PATCH] imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent

2014-09-09 Thread Stefano Babic
Hi Guillaume, On 09/09/2014 14:31, Guillaume Gardet wrote: > Ping. Sorry, I was not in office in the last two weeks. I will go through all i.MX patches (it seems I have something to do..) and I will apply the ones are ready, as yours. Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH] imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent

2014-09-09 Thread Guillaume Gardet
Ping. Guillaume Le 01/09/2014 20:27, Eric Nelson a écrit : Hi all, On 08/31/2014 07:24 PM, Fabio Estevam wrote: On Tue, Aug 26, 2014 at 7:05 AM, Guillaume GARDET wrote: nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use generic 'load' command instead of 'fatload'. It al

Re: [U-Boot] [PATCH] imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent

2014-09-01 Thread Eric Nelson
Hi all, On 08/31/2014 07:24 PM, Fabio Estevam wrote: > On Tue, Aug 26, 2014 at 7:05 AM, Guillaume GARDET > wrote: >> nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use >> generic >> 'load' command instead of 'fatload'. It allows to use ext filesystem and keep >> compatibilty

Re: [U-Boot] [PATCH] imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent

2014-08-31 Thread Fabio Estevam
On Tue, Aug 26, 2014 at 7:05 AM, Guillaume GARDET wrote: > nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use generic > 'load' command instead of 'fatload'. It allows to use ext filesystem and keep > compatibilty with fat filesystem. > > Signed-off-by: Guillaume GARDET > Cc: S

[U-Boot] [PATCH] imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent

2014-08-26 Thread Guillaume GARDET
nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use generic 'load' command instead of 'fatload'. It allows to use ext filesystem and keep compatibilty with fat filesystem. Signed-off-by: Guillaume GARDET Cc: Stefano Babic --- include/configs/nitrogen6x.h | 6 +++--- 1 file