From d26e2c8453cd38a0cf1a16138713af86a4c953b6 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Wed, 27 Sep 2017 15:00:41 -0300 Subject: mx7ulp_evk: Move CONFIG_CMD_BOOTZ to Kconfig CONFIG_CMD_BOOTZ symbol does not work in board config file anymore, so fix this by moving it to Kconfig. Signed-off-by: Fabio Estevam Reviewed-by: Peng Fan --- configs/mx7ulp_evk_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/mx7ulp_evk_defconfig') diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig index d630113db1..0470fbd4ed 100644 --- a/configs/mx7ulp_evk_defconfig +++ b/configs/mx7ulp_evk_defconfig @@ -4,6 +4,7 @@ CONFIG_TARGET_MX7ULP_EVK=y CONFIG_DEFAULT_DEVICE_TREE="imx7ulp-evk" CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7ulp_evk/imximage.cfg" CONFIG_HUSH_PARSER=y +CONFIG_CMD_BOOTZ=y CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y -- cgit v1.2.3