summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <[email protected]>2016-01-18 14:49:57 +0100
committerBin Meng <[email protected]>2016-01-28 13:53:29 +0800
commit0a34a5fd2794a87c43e8d009ccb711e6839843b2 (patch)
treeabde322e29313b91abbfb28c59a8bd8ecaf6bd2b /include
parent9b5dbe135887cf0853c175780f5b16b3fd0974a4 (diff)
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 <[email protected]> Cc: Miao Yan <[email protected]> Cc: Bin Meng <[email protected]> Cc: Simon Glass <[email protected]> Acked-by: Bin Meng <[email protected]>
Diffstat (limited to 'include')
-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 4182a3bf631..dc7b227d25c 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