> -----Original Message----- > From: Fabio Estevam [mailto:[email protected]] > Sent: Thursday, September 28, 2017 2:01 AM > To: [email protected] > Cc: Peng Fan <[email protected]>; [email protected]; Fabio Estevam > <[email protected]> > Subject: [PATCH] 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 <[email protected]>
Reviewed-by: Peng Fan <[email protected]> > --- > configs/mx7ulp_evk_defconfig | 1 + > include/configs/mx7ulp_evk.h | 1 - > 2 files changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig > index d630113..0470fbd 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/i > mximage.cfg" > CONFIG_HUSH_PARSER=y > +CONFIG_CMD_BOOTZ=y > CONFIG_CMD_GPIO=y > CONFIG_CMD_I2C=y > CONFIG_CMD_MMC=y > diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h > index a7992ea..56d74e9 100644 > --- a/include/configs/mx7ulp_evk.h > +++ b/include/configs/mx7ulp_evk.h > @@ -90,7 +90,6 @@ > #define PHYS_SDRAM_SIZE SZ_1G > #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM > #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM > -#define CONFIG_CMD_BOOTZ > > #define CONFIG_LOADADDR 0x60800000 > > -- > 2.7.4 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

