| Submitter | Stephen Warren |
|---|---|
| Date | July 4, 2012, 2:02 a.m. |
| Message ID | <1341367375-11467-8-git-send-email-swarren@wwwdotorg.org> |
| Download | mbox | patch |
| Permalink | /patch/168871/ |
| State | Changes Requested |
| Delegated to: | Tom Rini |
| Headers | show |
Comments
Patch
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
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@wwwdotorg.org> --- include/configs/rpi_b.h | 4 ++++ 1 file changed, 4 insertions(+)