summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Meulenbroeks <[fransmeulenbroeks@gmail.com]>2010-04-06 19:06:11 +0530
committertrix <trix@windriver.com>2010-04-21 07:24:51 -0500
commit339b5b4ae3b7f34c74170d27a400bf845fc89b3f (patch)
treeba47070060e11150b6885de1c046564c733669c7
parent3301b9401cac5b1224a29afc5288dbe64b1b63b4 (diff)
downloadu-boot-imx-339b5b4ae3b7f34c74170d27a400bf845fc89b3f.zip
u-boot-imx-339b5b4ae3b7f34c74170d27a400bf845fc89b3f.tar.gz
u-boot-imx-339b5b4ae3b7f34c74170d27a400bf845fc89b3f.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>
-rw-r--r--include/configs/openrd_base.h4
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