diff options
author | Fabio Estevam | 2017-09-28 13:24:30 -0300 |
---|---|---|
committer | York Sun | 2017-10-09 08:48:44 -0700 |
commit | 4912551bb04f6ae19b8d8418c51791ad2670f8bf (patch) | |
tree | e71eb1680091a41f6b856b5376ece3a3e1dcf66e /include/configs/ls1021aiot.h | |
parent | 7458c5e65f384b2e7460ee5c494b296ae58f51e7 (diff) |
armv7: ls1021aiot: 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 <fabio.estevam@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1021aiot.h')
-rw-r--r-- | include/configs/ls1021aiot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 3fe7b8f44c1..906697f5aa5 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -280,7 +280,6 @@ #define CONFIG_OF_BOARD_SETUP #define CONFIG_OF_STDOUT_VIA_ALIAS -#define CONFIG_CMD_BOOTZ #define CONFIG_MISC_INIT_R |