]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
topic_miami: Remove CONFIG_CMD_BOOTZ undef
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 28 Sep 2017 19:46:00 +0000 (16:46 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 12 Oct 2017 15:31:16 +0000 (17:31 +0200)
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>
include/configs/topic_miami.h

index d538080aa31578dee9b3aa94fea1d7115644ee08..400a7fc4a4d8d3ef604d7dada7988b59aef37f83 100644 (file)
 #undef CONFIG_DISPLAY_BOARDINFO
 
 /* Further tweaks to reduce image size */
-#undef CONFIG_CMD_BOOTZ
 #undef CONFIG_CMD_NET
 
 #endif /* __CONFIG_TOPIC_MIAMI_H */