]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: add OF_FLAT_TREE bits to 83xx boards
authorKim Phillips <kim.phillips@freescale.com>
Wed, 1 Nov 2006 06:10:40 +0000 (00:10 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Sat, 4 Nov 2006 01:42:22 +0000 (19:42 -0600)
commitbf0b542d6773a5a1cbce77691f009b06d9aeb57d
tree9b17b6026eb428d50f38eda7401e400baec2999b
parent48041365b3420589ad464ebc7752e0053538b729
mpc83xx: add OF_FLAT_TREE bits to 83xx boards

add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
STDOUT_PATH configuration bits to mpc8349emds,
mpc8349itx, and mpc8360emds board code.

redo environment to use bootm with the fdtaddr
for booting ARCH=powerpc kernels by default,
and provide default fdtaddr values.
board/mpc8349emds/mpc8349emds.c
board/mpc8349emds/pci.c
board/mpc8349itx/mpc8349itx.c
board/mpc8349itx/pci.c
board/mpc8360emds/mpc8360emds.c
board/mpc8360emds/pci.c
include/configs/MPC8349EMDS.h
include/configs/MPC8349ITX.h
include/configs/MPC8360EMDS.h