From: Simon Glass Date: Wed, 6 Sep 2017 01:49:50 +0000 (-0600) Subject: x86: Enable early timer for chromebook_link X-Git-Tag: v2017.11-rc1~89^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b2e9f6b9e7a180cd4cd9a19247699ab9ab5f800;p=platform%2Fkernel%2Fu-boot.git x86: Enable early timer for chromebook_link Enable this option for link so that the timer is available earlier. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/configs/chromebook_link64_defconfig b/configs/chromebook_link64_defconfig index da24715..d7052a6 100644 --- a/configs/chromebook_link64_defconfig +++ b/configs/chromebook_link64_defconfig @@ -67,6 +67,7 @@ CONFIG_DEBUG_UART_CLOCK=1843200 CONFIG_DEBUG_UART_BOARD_INIT=y CONFIG_SYS_NS16550=y CONFIG_SPL_TIMER=y +CONFIG_TIMER_EARLY=y CONFIG_TPM_TIS_LPC=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig index aaabb22..f22a03e 100644 --- a/configs/chromebook_link_defconfig +++ b/configs/chromebook_link_defconfig @@ -49,6 +49,7 @@ CONFIG_DEBUG_UART_BASE=0x3f8 CONFIG_DEBUG_UART_CLOCK=1843200 CONFIG_DEBUG_UART_BOARD_INIT=y CONFIG_SYS_NS16550=y +CONFIG_TIMER_EARLY=y CONFIG_TPM_TIS_LPC=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y