Skip to content
Snippets Groups Projects
Commit 0a34a5fd authored by Stefan Roese's avatar Stefan Roese Committed by Bin Meng
Browse files

x86: x86-common.h: Add generic FS commands


This patch adds the generic FS commands (ls, load) to all x86 boards.

Signed-off-by: default avatarStefan 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: default avatarBin Meng <bmeng.cn@gmail.com>
parent 9b5dbe13
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,7 @@ ...@@ -100,6 +100,7 @@
* Command line configuration. * Command line configuration.
*/ */
#define CONFIG_CMD_DATE #define CONFIG_CMD_DATE
#define CONFIG_CMD_FS_GENERIC
#define CONFIG_CMD_FPGA_LOADMK #define CONFIG_CMD_FPGA_LOADMK
#define CONFIG_CMD_IO #define CONFIG_CMD_IO
#define CONFIG_CMD_IRQ #define CONFIG_CMD_IRQ
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment