diff options
author | Stefan Roese <sr@denx.de> | 2016-01-18 14:49:57 +0100 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-28 13:53:29 +0800 |
commit | 0a34a5fd2794a87c43e8d009ccb711e6839843b2 (patch) | |
tree | abde322e29313b91abbfb28c59a8bd8ecaf6bd2b /include/configs | |
parent | 9b5dbe135887cf0853c175780f5b16b3fd0974a4 (diff) | |
download | u-boot-imx-0a34a5fd2794a87c43e8d009ccb711e6839843b2.zip u-boot-imx-0a34a5fd2794a87c43e8d009ccb711e6839843b2.tar.gz u-boot-imx-0a34a5fd2794a87c43e8d009ccb711e6839843b2.tar.bz2 |
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 <sr@denx.de>
Cc: Miao Yan <yanmiaobest@gmail.com>
Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/x86-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |