]> Git Repo - J-u-boot.git/commitdiff
mx7ulp_evk: Move CONFIG_CMD_BOOTZ to Kconfig
authorFabio Estevam <[email protected]>
Wed, 27 Sep 2017 18:00:41 +0000 (15:00 -0300)
committerStefano Babic <[email protected]>
Thu, 12 Oct 2017 15:31:16 +0000 (17:31 +0200)
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
include/configs/mx7ulp_evk.h

index d630113db1b7878f4a9d8e504592bd08febf0ffb..0470fbd4ed7647bab9245a893da420b22702f6cd 100644 (file)
@@ -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
index e624ebee71ebc3c57bf89bcb69f7d14f15789e2e..6ab8db36a85ebd8fc69983d56bd36e4beb563311 100644 (file)
@@ -89,7 +89,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
 
This page took 0.037922 seconds and 4 git commands to generate.