diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-12-20 14:09:22 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-01-08 09:56:42 -0600 |
commit | 5b8bc606c61456566af6912f818a153b6b06f242 (patch) | |
tree | 0447d7a7e56caf3b0415324896985ab986a829b8 /include/configs/MPC8349ITX.h | |
parent | e496865ecc31a2fe2f9abfe798334bb02aaf05ab (diff) | |
download | u-boot-imx-5b8bc606c61456566af6912f818a153b6b06f242.zip u-boot-imx-5b8bc606c61456566af6912f818a153b6b06f242.tar.gz u-boot-imx-5b8bc606c61456566af6912f818a153b6b06f242.tar.bz2 |
mpc83xx: convert to using do_fixup_*()
convert to using simpler mpc85xx style fdt update code; streamline by
eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
the old school FLAT_TREE code from 83xx (since the sbc8349 was just
converted over to using libfdt).
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8349ITX.h')
-rw-r--r-- | include/configs/MPC8349ITX.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index 2a2e753..49dc0de 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -298,12 +298,8 @@ boards, we say we have two, but don't display a message if we find only one. */ /* pass open firmware flat tree */ #define CONFIG_OF_LIBFDT 1 -#define CONFIG_OF_BOARD_SETUP - -#define OF_CPU "PowerPC,8349@0" -#define OF_SOC "soc8349@e0000000" -#define OF_TBCLK (bd->bi_busfreq / 4) -#define OF_STDOUT_PATH "/soc8349@e0000000/serial@4500" +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_OF_STDOUT_VIA_ALIAS 1 /* * PCI |