From: Giulio Benetti Date: Thu, 13 May 2021 10:18:45 +0000 (+0200) Subject: configs: imxrt1050-evk: enable imx gpt timer as tick-timer X-Git-Tag: v2021.07-rc5~13^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72d65bdf35fa36af952ecb61adfb410576b82df9;p=pandora-u-boot.git configs: imxrt1050-evk: enable imx gpt timer as tick-timer Let's enable imx-gpt-timer in imx1050-evk defconfig. Signed-off-by: Giulio Benetti --- diff --git a/configs/imxrt1050-evk_defconfig b/configs/imxrt1050-evk_defconfig index d03572e7db9..9c8bdb07dce 100644 --- a/configs/imxrt1050-evk_defconfig +++ b/configs/imxrt1050-evk_defconfig @@ -64,6 +64,7 @@ CONFIG_IMXRT_SDRAM=y CONFIG_FSL_LPUART=y CONFIG_TIMER=y CONFIG_SPL_TIMER=y +CONFIG_IMX_GPT_TIMER=y CONFIG_DM_VIDEO=y CONFIG_BACKLIGHT_GPIO=y CONFIG_SYS_WHITE_ON_BLACK=y