summaryrefslogtreecommitdiff
path: root/include/configs/topic_miami.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-09-28 22:46:00 +0300
committerStefano Babic <sbabic@denx.de>2017-10-12 18:31:16 +0300
commitfadcf4811aebb552755fd7be94fa08f2220ed676 (patch)
tree92521c9f80a9541c702510c28854ecf8558eb636 /include/configs/topic_miami.h
parentadaf7c9f139fac3420a098bf08b5b1ce75559cb8 (diff)
downloadu-boot-fadcf4811aebb552755fd7be94fa08f2220ed676.tar.xz
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>
Diffstat (limited to 'include/configs/topic_miami.h')
-rw-r--r--include/configs/topic_miami.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h
index d538080aa3..400a7fc4a4 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 */