From: Fabio Estevam Date: Thu, 28 Sep 2017 19:46:00 +0000 (-0300) Subject: topic_miami: Remove CONFIG_CMD_BOOTZ undef X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=48e0c406040ab366c4a6b125f402d83e23cc31ed;p=bsp%2Fu-boot.git 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 (cherry picked from commit 3d413aaabe6453da063ee64e25b8d68b6bc9cac5) --- 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 */