diff mbox series

[U-Boot] topic_miami: Remove CONFIG_CMD_BOOTZ undef

Message ID 1506627960-23867-1-git-send-email-festevam@gmail.com
State Accepted
Commit fadcf4811aebb552755fd7be94fa08f2220ed676
Delegated to: Stefano Babic
Headers show
Series [U-Boot] topic_miami: Remove CONFIG_CMD_BOOTZ undef | expand

Commit Message

Fabio Estevam Sept. 28, 2017, 7:46 p.m. UTC
From: Fabio Estevam <fabio.estevam@nxp.com>

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 | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h
index d538080..400a7fc 100644
--- a/include/configs/topic_miami.h
+++ b/include/configs/topic_miami.h
@@ -134,7 +134,6 @@ 
 #undef CONFIG_DISPLAY_BOARDINFO
 
 /* Further tweaks to reduce image size */
-#undef CONFIG_CMD_BOOTZ
 #undef CONFIG_CMD_NET
 
 #endif /* __CONFIG_TOPIC_MIAMI_H */