uboot-mt623x/cpu/mpc86xx
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
..
Makefile 86xx: Convert sbc8641d to use libfdt. 2008-02-18 14:01:56 -06:00
cache.S Remove L2 Cache invalidate polling. 2006-05-19 13:54:02 -05:00
config.mk PPC: Use r2 instead of r29 as global data pointer 2008-02-14 22:43:22 +01:00
cpu.c 86xx: Convert sbc8641d to use libfdt. 2008-02-18 14:01:56 -06:00
cpu_init.c mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' 2008-02-18 11:35:01 -06:00
fdt.c 86xx: Convert sbc8641d to use libfdt. 2008-02-18 14:01:56 -06:00
interrupts.c cpu/86xx fixes. 2007-08-10 11:02:32 -05:00
spd_sdram.c mpc86xx: Fix unused variable 'config' and 'immap' 2008-02-18 11:36:00 -06:00
speed.c 85xx, 86xx: Determine I2C clock frequencies and store in global_data 2008-02-14 23:32:40 +01:00
start.S Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx 2008-02-15 00:26:52 +01:00
traps.c Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global 2007-09-15 20:48:41 +02:00