[PATCH 07/12] ARM: rpi_b: add ATAG support for bootm/bootz

Stephen Warren swarren at wwwdotorg.org
Tue Jul 3 22:02:50 EDT 2012


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 <swarren at 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




More information about the linux-rpi-kernel mailing list