aboutsummaryrefslogtreecommitdiff
path: root/include/configs/topic_miami.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-10-30 23:03:57 -0400
committerTom Rini <trini@konsulko.com>2021-11-05 11:26:29 -0400
commit5523afbe4a63aa4929cfb857c874178b0c452742 (patch)
tree7c23795b85b7bbf35a481617be53afae715e45b0 /include/configs/topic_miami.h
parent1616626417716e988362c908125ba574c402f831 (diff)
downloadu-boot-5523afbe4a63aa4929cfb857c874178b0c452742.zip
u-boot-5523afbe4a63aa4929cfb857c874178b0c452742.tar.gz
u-boot-5523afbe4a63aa4929cfb857c874178b0c452742.tar.bz2
Convert CONFIG_BOARD_EARLY_INIT_F et al to Kconfig
This converts the following to Kconfig: CONFIG_BOARD_EARLY_INIT_F CONFIG_BOARD_LATE_INIT CONFIG_DISPLAY_BOARDINFO CONFIG_DISPLAY_BOARDINFO_LATE Signed-off-by: Tom Rini <trini@konsulko.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 cbb5c6d..88bb4a8 100644
--- a/include/configs/topic_miami.h
+++ b/include/configs/topic_miami.h
@@ -98,6 +98,5 @@
#define CONFIG_BOOTCOMMAND "if mmcinfo; then " \
"if fatload mmc 0 0x1900000 ${bootscript}; then source 0x1900000; " \
"fi; fi; run $modeboot"
-#undef CONFIG_DISPLAY_BOARDINFO
#endif /* __CONFIG_TOPIC_MIAMI_H */