summaryrefslogtreecommitdiffstats
path: root/include/configs/x86-common.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-01-18 14:49:57 +0100
committerBin Meng <bmeng.cn@gmail.com>2016-01-28 13:53:29 +0800
commit0a34a5fd2794a87c43e8d009ccb711e6839843b2 (patch)
treeabde322e29313b91abbfb28c59a8bd8ecaf6bd2b /include/configs/x86-common.h
parent9b5dbe135887cf0853c175780f5b16b3fd0974a4 (diff)
downloadtalos-obmc-uboot-0a34a5fd2794a87c43e8d009ccb711e6839843b2.tar.gz
talos-obmc-uboot-0a34a5fd2794a87c43e8d009ccb711e6839843b2.zip
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/x86-common.h')
-rw-r--r--include/configs/x86-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 4182a3bf63..dc7b227d25 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
OpenPOWER on IntegriCloud