projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adaf7c9
)
topic_miami: Remove CONFIG_CMD_BOOTZ undef
author
Fabio Estevam
<fabio.estevam@nxp.com>
Thu, 28 Sep 2017 19:46:00 +0000
(16:46 -0300)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/include/configs/topic_miami.h
b/include/configs/topic_miami.h
index d538080aa31578dee9b3aa94fea1d7115644ee08..400a7fc4a4d8d3ef604d7dada7988b59aef37f83 100644
(file)
--- 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 */