From patchwork Tue Nov 20 14:33:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,7/8] href: Enable boottime functionality Date: Tue, 20 Nov 2012 04:33:53 -0000 From: Lee Jones X-Patchwork-Id: 200359 Message-Id: <1353422034-28107-8-git-send-email-lee.jones@linaro.org> To: u-boot@lists.denx.de Cc: Lee Jones Allow the bootloader to pass bootloader specific boot-up time information to the Linux kernel via ATAGs when booting the db8500 based HREF development board. Signed-off-by: Lee Jones --- include/configs/u8500_href.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/u8500_href.h b/include/configs/u8500_href.h index 1bb6128..a6c29f5 100644 --- a/include/configs/u8500_href.h +++ b/include/configs/u8500_href.h @@ -37,6 +37,8 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_LATE_INIT +#define CONFIG_BOOTTIME + /* * Size of malloc() pool */