]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: at91: Drop unnecessary BOARD_EARLY_INIT_F usage
authorTom Rini <trini@konsulko.com>
Wed, 25 Mar 2026 19:00:24 +0000 (13:00 -0600)
committerEugen Hristev <ehristev@kernel.org>
Fri, 1 May 2026 07:00:13 +0000 (10:00 +0300)
commit301bad079b15bdcdae1dc7c3f4f7b30cff15ba84
tree83d6b93229123f9c7b572f22295e8d14485845fc
parent9f61fd5b80a43ae20ba115e3a2933d47d720ab82
arm: at91: Drop unnecessary BOARD_EARLY_INIT_F usage

All of these platforms enable CONFIG_BOARD_EARLY_INIT_F and then have a
do-nothing board_early_init_f function. Change to not enabling the
option and so not needing an empty function.

Signed-off-by: Tom Rini <trini@konsulko.com>
27 files changed:
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/spl_atmel.c
board/atmel/at91sam9260ek/at91sam9260ek.c
board/atmel/at91sam9261ek/at91sam9261ek.c
board/atmel/at91sam9263ek/at91sam9263ek.c
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
board/atmel/at91sam9n12ek/at91sam9n12ek.c
board/atmel/at91sam9rlek/at91sam9rlek.c
board/atmel/at91sam9x5ek/at91sam9x5ek.c
board/atmel/sam9x60_curiosity/sam9x60_curiosity.c
board/atmel/sam9x60ek/sam9x60ek.c
board/atmel/sam9x75_curiosity/sam9x75_curiosity.c
board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
board/atmel/sama5d27_wlsom1_ek/sama5d27_wlsom1_ek.c
board/atmel/sama5d2_icp/sama5d2_icp.c
board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c
board/atmel/sama5d2_xplained/sama5d2_xplained.c
board/atmel/sama5d3_xplained/sama5d3_xplained.c
board/atmel/sama5d3xek/sama5d3xek.c
board/atmel/sama5d4_xplained/sama5d4_xplained.c
board/atmel/sama5d4ek/sama5d4ek.c
board/atmel/sama7d65_curiosity/sama7d65_curiosity.c
board/atmel/sama7g5ek/sama7g5ek.c
board/ronetix/pm9261/pm9261.c
board/ronetix/pm9263/pm9263.c
configs/pm9261_defconfig
configs/pm9263_defconfig