
20 Nov
2012
20 Nov
'12
3:33 p.m.
Allow the bootloader to pass bootloader specific boot-up time information to the Linux kernel via ATAGs when booting the db8500 based Snowball development board.
Signed-off-by: Lee Jones lee.jones@linaro.org --- include/configs/snowball.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/snowball.h b/include/configs/snowball.h index 30f4a4e..6ce45b9 100644 --- a/include/configs/snowball.h +++ b/include/configs/snowball.h @@ -206,6 +206,8 @@ #define CONFIG_INITRD_TAG 1 #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
+#define CONFIG_BOOTTIME + /* * Physical Memory Map */
--
1.7.9.5