From: Stefan Roese Date: Mon, 18 Jan 2016 13:49:57 +0000 (+0100) Subject: x86: x86-common.h: Add generic FS commands X-Git-Tag: v2016.03-rc1~44^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a34a5fd2794a87c43e8d009ccb711e6839843b2;p=platform%2Fkernel%2Fu-boot.git x86: x86-common.h: Add generic FS commands This patch adds the generic FS commands (ls, load) to all x86 boards. Signed-off-by: Stefan Roese Cc: Miao Yan Cc: Bin Meng Cc: Simon Glass Acked-by: Bin Meng --- diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 4182a3b..dc7b227 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -100,6 +100,7 @@ * Command line configuration. */ #define CONFIG_CMD_DATE +#define CONFIG_CMD_FS_GENERIC #define CONFIG_CMD_FPGA_LOADMK #define CONFIG_CMD_IO #define CONFIG_CMD_IRQ