Message ID | 1353422034-28107-9-git-send-email-lee.jones@linaro.org |
---|---|
State | New |
Headers | show |
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 */
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(+)