u-boot-brain/board/freescale
Jon Loeliger 13f5433f70 86xx: Convert sbc8641d to use libfdt.
This is the proper fix for a missing closing brace in the function
ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
The ft_cpu_setup() function in mpc8641hpcn.c should have been
removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
but was missed.  Only, the sbc8641d was nominally still using it.
It all got ripped out, and the funcality that was in ft_board_setup()
was refactored to remove the CPU portions into the new file
cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.

Based loosely on an original patch from joe.hamman@embeddedspecialties.com

Signed-off-by: Jon Loeliger <jdl@freescale.com>
2008-02-18 14:01:56 -06:00
..
common 86xx: Fix compilation warning in sys_eprom.c 2008-02-14 13:58:53 -06:00
m547xevb ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board 2008-01-17 14:59:42 -06:00
m548xevb ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board 2008-01-17 14:59:42 -06:00
m5235evb Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections 2008-01-12 20:31:39 +01:00
m5249evb Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections 2008-01-12 20:31:39 +01:00
m5253evbe Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections 2008-01-12 20:31:39 +01:00
m5329evb ColdFire: Update FlexBus CS for MCF532x 2008-01-17 14:59:40 -06:00
m5373evb ColdFire: Add M5373EVB platform support - 1 2008-01-17 14:59:40 -06:00
m52277evb ColdFire: Add MCF5227x cpu and M52277EVB support-1 2008-01-17 14:59:41 -06:00
m54455evb Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections 2008-01-12 20:31:39 +01:00
mpc832xemds mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code 2008-01-08 09:59:49 -06:00
mpc837xemds mpc83xx: remove FLAT_TREE code 2008-01-08 09:56:42 -06:00
mpc837xerdb Add support for the MPC837xERDB 2008-01-16 12:32:39 -06:00
mpc8313erdb mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s) 2008-01-16 12:00:50 -06:00
mpc8315erdb mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s) 2008-01-16 12:00:50 -06:00
mpc8323erdb mpc83xx: remove FLAT_TREE code 2008-01-08 09:56:42 -06:00
mpc8349emds codingstyle cleanup for spi driver 2008-01-17 14:01:59 -06:00
mpc8349itx mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s) 2008-01-16 12:00:50 -06:00
mpc8360emds mpc83xx: clean up mpc8360emds.c warnings 2008-01-16 12:00:50 -06:00
mpc8360erdk mpc83xx: add support for the MPC8360E-RDK 2008-01-10 20:52:58 -06:00
mpc8540ads 85xx: Convert MPC8540/MPC8560 ADS to new TLB setup 2008-01-17 02:06:53 -06:00
mpc8541cds 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup 2008-01-17 02:08:24 -06:00
mpc8544ds 85xx: Convert MPC8544 DS to new TLB setup 2008-01-17 02:05:35 -06:00
mpc8548cds 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup 2008-01-17 02:08:24 -06:00
mpc8555cds 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup 2008-01-17 02:08:24 -06:00
mpc8560ads 85xx: Convert MPC8540/MPC8560 ADS to new TLB setup 2008-01-17 02:06:53 -06:00
mpc8568mds 85xx: Convert MPC8568 MDS to new TLB setup 2008-01-17 02:08:53 -06:00
mpc8610hpcd 86xx: Remove old-style law setup code 2008-01-24 12:12:40 -06:00
mpc8641hpcn 86xx: Convert sbc8641d to use libfdt. 2008-02-18 14:01:56 -06:00