diff options
author | Tom Rini <trini@konsulko.com> | 2016-01-28 10:07:22 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-28 10:07:22 -0500 |
commit | 4b5a4a0535e280279e8cab93ba6d4aad53896bda (patch) | |
tree | 4fa29a88ad6e46ed889b65fef753f835a3685a67 /include/configs | |
parent | cd85bec36d0e0d16fedb00e0c434ed070a9c6b37 (diff) | |
parent | 81aaa3d9fce5ce9641e5f0c3354da876d859b3b6 (diff) | |
download | u-boot-imx-4b5a4a0535e280279e8cab93ba6d4aad53896bda.zip u-boot-imx-4b5a4a0535e280279e8cab93ba6d4aad53896bda.tar.gz u-boot-imx-4b5a4a0535e280279e8cab93ba6d4aad53896bda.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-x86
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 |