From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 24 Feb 2016 09:14:53 -0700 Subject: [U-Boot] [PATCH v2 12/16] sandbox: Enable the early timer In-Reply-To: <1456330497-15242-1-git-send-email-sjg@chromium.org> References: <1456330497-15242-1-git-send-email-sjg@chromium.org> Message-ID: <1456330497-15242-13-git-send-email-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable this so that tracing works with sandbox. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 8b878e2..02534bf 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 -- 2.7.0.rc3.207.g0ac5344