Newer kernels use device tree, so this isn't that useful. However, old
kernels all use board files, so this might still see some use.

Signed-off-by: Stephen Warren <swar...@wwwdotorg.org>
---
 include/configs/rpi_b.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h
index 52379b9..b9595f9 100644
--- a/include/configs/rpi_b.h
+++ b/include/configs/rpi_b.h
@@ -89,5 +89,9 @@
 
 /* Device tree support for bootm/bootz */
 #define CONFIG_OF_LIBFDT
+/* ATAGs support for bootm/bootz */
+#define CONFIG_SETUP_MEMORY_TAGS
+#define CONFIG_CMDLINE_TAG
+#define CONFIG_INITRD_TAG
 
 #endif
-- 
1.7.9.5

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to