
Hi Pierre-Jean,
On Tue, Mar 27, 2018 at 4:50 PM, Pierre-Jean TEXIER texier.pj2@gmail.com wrote:
This enable generic file system commands (load, ls).
Signed-off-by: Pierre-Jean TEXIER texier.pj2@gmail.com
configs/warp7_defconfig | 1 + configs/warp7_secure_defconfig | 1 + 2 files changed, 2 insertions(+)
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index 29c4512..3856918 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -26,6 +26,7 @@ CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y +CONFIG_CMD_FS_GENERIC=y
It is OK to make this change, but please also change include/configs/warp.h so that is uses 'load' instead of 'fatload'.
Also, please run ./scripts/get_maintainer.pl so that you do not miss to Cc the board maintainer and also Stefano Babic.
Thanks