]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
microblaze: xupv2p fix config file for supporting FDT
authorMichal Simek <monstr@monstr.eu>
Fri, 28 Mar 2008 11:47:19 +0000 (12:47 +0100)
committerMichal Simek <monstr@monstr.eu>
Tue, 8 Apr 2008 13:38:15 +0000 (15:38 +0200)
include/configs/xupv2p.h

index f86b3b9549db508aa982b39cca696aeec8c7048b..30fb303c9613c01a8167e12fb6dbaea19574d735 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2007 Michal Simek
+ * (C) Copyright 2007-2008 Michal Simek
  *
  * Michal SIMEK <monstr@monstr.eu>
  *
 #include <config_cmd_default.h>
 
 #undef CONFIG_CMD_FLASH
+#undef CONFIG_CMD_JFFS2
 #undef CONFIG_CMD_IMLS
 
 #define CONFIG_CMD_ASKENV
 #define        CONFIG_DOS_PARTITION
 #endif
 
+#define CONFIG_CMDLINE_EDITING
+#define CONFIG_OF_LIBFDT       1 /* flat device tree */
+
 #endif /* __CONFIG_H */