Commit 86acdce2ba ("common: add config for board_init() call")
introduced CONFIG_BOARD_INIT option. This option can be disabled for the
boards where board_init() function is not needed. Remove empty
board_init() calls for all boards where it's possible, and disable
CONFIG_BOARD_INIT in all related defconfigs.
This cleanup was made semi-automatically using these scripts: [1].
No functional change, but the binary size for the modified boards is
reduced a bit.
[1] https://github.com/joe-skb7/uboot-convert-scripts/tree/master/remove-board-init
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Tested-by: Adam Ford <aford173@gmail.com> #imx8mm_beacon
Tested-by: Bryan Brattlof <bb@ti.com>
Acked-by: Peng Fan <peng.fan@nxp.com> #NXP boards
21 lines
500 B
Plaintext
21 lines
500 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_SYS_BOARD="mt8365_evk"
|
|
CONFIG_COUNTER_FREQUENCY=13000000
|
|
CONFIG_POSITION_INDEPENDENT=y
|
|
CONFIG_ARCH_MEDIATEK=y
|
|
CONFIG_TEXT_BASE=0x4c000000
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
CONFIG_DEFAULT_DEVICE_TREE="mt8365-evk"
|
|
CONFIG_TARGET_MT8365=y
|
|
CONFIG_SYS_LOAD_ADDR=0x4c000000
|
|
CONFIG_IDENT_STRING=" mt8365-evk"
|
|
CONFIG_DEFAULT_FDT_FILE="mt8365-evk"
|
|
# CONFIG_BOARD_INIT is not set
|
|
CONFIG_CLK=y
|
|
CONFIG_MMC_MTK=y
|
|
CONFIG_BAUDRATE=921600
|
|
CONFIG_DM_SERIAL=y
|
|
CONFIG_MTK_SERIAL=y
|
|
CONFIG_WDT=y
|
|
CONFIG_WDT_MTK=y
|