summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-12-13 14:52:53 +0100
committerStefan Roese <sr@denx.de>2007-12-13 14:52:53 +0100
commit8697e6a19b10f514511b6a9c86de88bd108c4f8d (patch)
tree23a68aea2617271069d52c6ef1d49d8636160d5f /include
parenta449c500b1abf8d63e774145f85c35efaecef3e5 (diff)
downloadblackbird-obmc-uboot-8697e6a19b10f514511b6a9c86de88bd108c4f8d.tar.gz
blackbird-obmc-uboot-8697e6a19b10f514511b6a9c86de88bd108c4f8d.zip
ppc4xx: Bring 4xx fdt support up-to-date
This patch update the 4xx fdt support. It enabled fdt booting on the AMCC Kilauea and Sequoia for now. More can follow later quite easily. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/kilauea.h3
-rw-r--r--include/configs/sequoia.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h
index e3f24a44b6..bec9fde73a 100644
--- a/include/configs/kilauea.h
+++ b/include/configs/kilauea.h
@@ -519,7 +519,6 @@
/* pass open firmware flat tree */
#define CONFIG_OF_LIBFDT 1
#define CONFIG_OF_BOARD_SETUP 1
-
-#define OF_CPU "PowerPC,405EX@0"
+#define OF_CPU "cpu@0"
#endif /* __CONFIG_H */
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h
index 2af675ae14..58acbc090e 100644
--- a/include/configs/sequoia.h
+++ b/include/configs/sequoia.h
@@ -487,4 +487,10 @@
#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
#endif
+
+/* pass open firmware flat tree */
+#define CONFIG_OF_LIBFDT 1
+#define CONFIG_OF_BOARD_SETUP 1
+#define OF_CPU "cpu@0"
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud