diff options
author | Stefan Roese <sr@denx.de> | 2007-12-13 14:52:53 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-12-27 19:35:32 +0100 |
commit | 136288847e3b04f2ff357a067ad45e10afa0a24c (patch) | |
tree | 400169375283ceaed24da68c454c8be4bcd4b8f8 /include/configs/kilauea.h | |
parent | 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9 (diff) | |
download | u-boot-imx-136288847e3b04f2ff357a067ad45e10afa0a24c.zip u-boot-imx-136288847e3b04f2ff357a067ad45e10afa0a24c.tar.gz u-boot-imx-136288847e3b04f2ff357a067ad45e10afa0a24c.tar.bz2 |
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/configs/kilauea.h')
-rw-r--r-- | include/configs/kilauea.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h index e3f24a44..bec9fde 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 */ |