[U-Boot] [PATCH 8/8] snowball: Enable boottime functionality
Lee Jones
lee.jones at linaro.org
Tue Nov 20 15:33:54 CET 2012
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 at 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
More information about the U-Boot
mailing list