From: Giulio Benetti Date: Thu, 13 May 2021 10:18:38 +0000 (+0200) Subject: configs: imxrt1020-evk: enable imx gpt timer as tick-timer X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=a2d89cce7c21925ac77ccfaa201d1d2a65fdbf5d;p=u-boot.git configs: imxrt1020-evk: enable imx gpt timer as tick-timer Let's enable imx-gpt-timer in imx1020-evk defconfig. Signed-off-by: Giulio Benetti --- diff --git a/configs/imxrt1020-evk_defconfig b/configs/imxrt1020-evk_defconfig index ad408ebef8..f0b05b7165 100644 --- a/configs/imxrt1020-evk_defconfig +++ b/configs/imxrt1020-evk_defconfig @@ -61,6 +61,7 @@ CONFIG_IMXRT_SDRAM=y CONFIG_FSL_LPUART=y CONFIG_TIMER=y CONFIG_SPL_TIMER=y +CONFIG_IMX_GPT_TIMER=y CONFIG_SHA1=y CONFIG_SHA256=y CONFIG_HEXDUMP=y