summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2008-03-28 12:47:19 +0100
committerMichal Simek <monstr@monstr.eu>2008-04-08 15:38:15 +0200
commitcf5c679ca04a6b54bf53a55b8b9c29335b387287 (patch)
treea67be20abde1aa0cf8c74333ab1df4f83201e703 /include
parent188dc16b189143573b1ed90e584bf866d75cdd12 (diff)
downloadtalos-obmc-uboot-cf5c679ca04a6b54bf53a55b8b9c29335b387287.tar.gz
talos-obmc-uboot-cf5c679ca04a6b54bf53a55b8b9c29335b387287.zip
microblaze: xupv2p fix config file for supporting FDT
Diffstat (limited to 'include')
-rw-r--r--include/configs/xupv2p.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/xupv2p.h b/include/configs/xupv2p.h
index f86b3b9549..30fb303c96 100644
--- a/include/configs/xupv2p.h
+++ b/include/configs/xupv2p.h
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2007 Michal Simek
+ * (C) Copyright 2007-2008 Michal Simek
*
* Michal SIMEK <monstr@monstr.eu>
*
@@ -156,6 +156,7 @@
#include <config_cmd_default.h>
#undef CONFIG_CMD_FLASH
+#undef CONFIG_CMD_JFFS2
#undef CONFIG_CMD_IMLS
#define CONFIG_CMD_ASKENV
@@ -203,4 +204,7 @@
#define CONFIG_DOS_PARTITION
#endif
+#define CONFIG_CMDLINE_EDITING
+#define CONFIG_OF_LIBFDT 1 /* flat device tree */
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud