From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 18 Jan 2016 14:49:57 +0100 Subject: [U-Boot] [PATCH 2/2] x86: x86-common.h: Add generic FS commands In-Reply-To: <1453124997-8927-1-git-send-email-sr@denx.de> References: <1453124997-8927-1-git-send-email-sr@denx.de> Message-ID: <1453124997-8927-2-git-send-email-sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- include/configs/x86-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 6e73656..3ae4366 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 -- 2.6.5