]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/MPC8313ERDB.h
mpc83xx: convert to using do_fixup_*()
authorKim Phillips <kim.phillips@freescale.com>
Thu, 20 Dec 2007 20:09:22 +0000 (14:09 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Tue, 8 Jan 2008 15:56:42 +0000 (09:56 -0600)
commit5b8bc606c61456566af6912f818a153b6b06f242
tree0447d7a7e56caf3b0415324896985ab986a829b8
parente496865ecc31a2fe2f9abfe798334bb02aaf05ab
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>
18 files changed:
board/freescale/mpc832xemds/pci.c
board/freescale/mpc8349emds/pci.c
board/freescale/mpc8349itx/pci.c
board/freescale/mpc8360emds/mpc8360emds.c
board/freescale/mpc8360emds/pci.c
board/sbc8349/pci.c
cpu/mpc83xx/Makefile
cpu/mpc83xx/cpu.c
cpu/mpc83xx/fdt.c [new file with mode: 0644]
cpu/mpc83xx/pci.c
include/configs/MPC8313ERDB.h
include/configs/MPC8323ERDB.h
include/configs/MPC832XEMDS.h
include/configs/MPC8349EMDS.h
include/configs/MPC8349ITX.h
include/configs/MPC8360EMDS.h
include/configs/MPC837XEMDS.h
include/configs/sbc8349.h