From: Simon Glass Date: Wed, 24 Feb 2016 16:14:53 +0000 (-0700) Subject: sandbox: Enable the early timer X-Git-Tag: v2016.03-rc3~9^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=651490212a43645434db17c1afc1831048e03800;p=u-boot sandbox: Enable the early timer Enable this so that tracing works with sandbox. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 8b878e299b..02534bfea7 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -68,6 +68,7 @@ CONFIG_SOUND=y CONFIG_SOUND_SANDBOX=y CONFIG_SANDBOX_SPI=y CONFIG_TIMER=y +CONFIG_TIMER_EARLY=y CONFIG_SANDBOX_TIMER=y CONFIG_TPM_TIS_SANDBOX=y CONFIG_USB=y