This allows bootm/bootz to pass a device tree to the kernel. Signed-off-by: Stephen Warren <swar...@wwwdotorg.org> --- 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/include/configs/rpi_b.h @@ -87,4 +87,7 @@ #undef CONFIG_CMD_NFS #undef CONFIG_CMD_SAVEENV +/* Device tree support for bootm/bootz */ +#define CONFIG_OF_LIBFDT + #endif -- 1.7.9.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot