]> code.ossystems Code Review - bsp/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)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 2 Oct 2017 17:31:33 +0000 (14:31 -0300)
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>
(cherry picked from commit 3d413aaabe6453da063ee64e25b8d68b6bc9cac5)

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 */