Home
last modified time | relevance | path

Searched hist:"13 f5433f700d4da9f6fdf2a4bb80310133a7c170" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/board/sbc8641d/
H A Dsbc8641d.c13f5433f700d4da9f6fdf2a4bb80310133a7c170 Mon Feb 18 20:01:56 UTC 2008 Jon Loeliger <jdl@freescale.com> 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>
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/
H A Dmpc8641hpcn.c13f5433f700d4da9f6fdf2a4bb80310133a7c170 Mon Feb 18 20:01:56 UTC 2008 Jon Loeliger <jdl@freescale.com> 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>
/rk3399_rockchip-uboot/include/configs/
H A Dsbc8641d.h13f5433f700d4da9f6fdf2a4bb80310133a7c170 Mon Feb 18 20:01:56 UTC 2008 Jon Loeliger <jdl@freescale.com> 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>