
4 Jul
2012
4 Jul
'12
4:02 a.m.
This allows bootm/bootz to pass a device tree to the kernel.
Signed-off-by: Stephen Warren swarren@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