Re: [U-Boot] [PATCH 05/12] ARM: rpi_b: enable CONFIG_OF_LIBFDT

2012-07-09 Thread Tom Rini
On Tue, Jul 03, 2012 at 08:02:48PM -0600, Stephen Warren wrote: > This allows bootm/bootz to pass a device tree to the kernel. > > Signed-off-by: Stephen Warren FWIW, I would combine this, 6 and 7 into a single commit and say "Enable booting the Linux Kernel" and in the body mention that today w

[U-Boot] [PATCH 05/12] ARM: rpi_b: enable CONFIG_OF_LIBFDT

2012-07-03 Thread Stephen Warren
This allows bootm/bootz to pass a device tree to the kernel. Signed-off-by: Stephen Warren --- include/configs/rpi_b.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h index 9268efb..52379b9 100644 --- a/include/configs/rpi_b.h +++ b/inc