Re: [U-Boot] [PATCH v2 2/2] warp7: include/configs: use generic fs commands in CONFIG_EXTRA_ENV_SETTINGS

2018-03-28 Thread Fabio Estevam
On Wed, Mar 28, 2018 at 5:27 PM, Pierre-Jean TEXIER wrote: > use the generic filesystem command 'load' rather > than 'fatload' to avoid per-fs specific commands. > > Signed-off-by: Pierre-Jean TEXIER Reviewed-by: Fabio Estevam ___ U-Boot mailing list

[U-Boot] [PATCH v2 2/2] warp7: include/configs: use generic fs commands in CONFIG_EXTRA_ENV_SETTINGS

2018-03-28 Thread Pierre-Jean TEXIER
use the generic filesystem command 'load' rather than 'fatload' to avoid per-fs specific commands. Signed-off-by: Pierre-Jean TEXIER --- Changes for v2: - apply modications into warp7.h - replace fatload command in CONFIG_EXTRA_ENV_SETTINGS (prefer 'load') include/configs/warp7.