diff options
author | Stefan Roese <sr@denx.de> | 2007-12-13 14:52:53 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-12-13 14:52:53 +0100 |
commit | 8697e6a19b10f514511b6a9c86de88bd108c4f8d (patch) | |
tree | 23a68aea2617271069d52c6ef1d49d8636160d5f /board/amcc/kilauea/kilauea.c | |
parent | a449c500b1abf8d63e774145f85c35efaecef3e5 (diff) | |
download | u-boot-imx-8697e6a19b10f514511b6a9c86de88bd108c4f8d.zip u-boot-imx-8697e6a19b10f514511b6a9c86de88bd108c4f8d.tar.gz u-boot-imx-8697e6a19b10f514511b6a9c86de88bd108c4f8d.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 'board/amcc/kilauea/kilauea.c')
-rw-r--r-- | board/amcc/kilauea/kilauea.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/amcc/kilauea/kilauea.c b/board/amcc/kilauea/kilauea.c index 96c0dd4..2ee896a 100644 --- a/board/amcc/kilauea/kilauea.c +++ b/board/amcc/kilauea/kilauea.c @@ -25,6 +25,7 @@ #include <ppc4xx.h> #include <ppc405.h> #include <libfdt.h> +#include <fdt_support.h> #include <asm/processor.h> #include <asm/io.h> |