Commit fadcf4811aebb552755fd7be94fa08f2220ed676

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent adaf7c9f13

topic_miami: Remove CONFIG_CMD_BOOTZ undef

CONFIG_CMD_BOOTZ option has been converted to defconfig, so there
is no need to undefine it in board config file anymore.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/configs/topic_miami.h
... ... @@ -134,7 +134,6 @@
134 134 #undef CONFIG_DISPLAY_BOARDINFO
135 135  
136 136 /* Further tweaks to reduce image size */
137   -#undef CONFIG_CMD_BOOTZ
138 137 #undef CONFIG_CMD_NET
139 138  
140 139 #endif /* __CONFIG_TOPIC_MIAMI_H */