Re: [U-Boot] [PATCH] powerpc: Add support for CONFIG_OF_CONTROL

2013-04-15 Thread Simon Glass
On Mon, Apr 15, 2013 at 4:59 AM, Jonathan Klee wrote: > Allow a device tree to be provided through the standard mechanisms. > > Tests have been made using CONFIG_OF_SEPERATE on a MPC8378 board. SEPARATE > --- > arch/powerpc/lib/board.c | 22 ++ > 1 file changed, 22 inserti

[U-Boot] [PATCH] powerpc: Add support for CONFIG_OF_CONTROL

2013-04-15 Thread Jonathan Klee
Allow a device tree to be provided through the standard mechanisms. Tests have been made using CONFIG_OF_SEPERATE on a MPC8378 board. --- arch/powerpc/lib/board.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/powerpc/lib/board.c b/arch/powerpc/lib/board.c inde