diff options
author | Frans Meulenbroeks <[fransmeulenbroeks@gmail.com]> | 2010-04-06 19:06:11 +0530 |
---|---|---|
committer | trix <trix@windriver.com> | 2010-04-30 05:23:24 -0500 |
commit | 1c9d91aca649f17762bae2c0e38f5101d62ed0b5 (patch) | |
tree | 918058b56113a9a32d1d7fb33e12c8e92a88ef3c /include | |
parent | 5414fec85ff558af8823d4391f03977288871fe4 (diff) | |
download | u-boot-imx-1c9d91aca649f17762bae2c0e38f5101d62ed0b5.zip u-boot-imx-1c9d91aca649f17762bae2c0e38f5101d62ed0b5.tar.gz u-boot-imx-1c9d91aca649f17762bae2c0e38f5101d62ed0b5.tar.bz2 |
configs/openrd_base.h: reordered macros
moved CONFIG_CMD_FAT to filesystem section
swapped CONFIG_CMD_NAND and CONFIG_CMD_MII so they are alpha correct
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/openrd_base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/openrd_base.h b/include/configs/openrd_base.h index 88f27ba..d2f4502 100644 --- a/include/configs/openrd_base.h +++ b/include/configs/openrd_base.h @@ -99,9 +99,8 @@ #define CONFIG_CMD_AUTOSCRIPT #define CONFIG_CMD_DHCP #define CONFIG_CMD_ENV -#define CONFIG_CMD_FAT -#define CONFIG_CMD_NAND #define CONFIG_CMD_MII +#define CONFIG_CMD_NAND #define CONFIG_CMD_PING #define CONFIG_CMD_USB @@ -208,6 +207,7 @@ /* * File system */ +#define CONFIG_CMD_FAT #define CONFIG_CMD_UBI #define CONFIG_CMD_UBIFS #define CONFIG_RBTREE |