* [PATCH] o4-imx6ull-nano: Drop unnecessary BOARD_EARLY_INIT_F usage
@ 2026-03-25 19:00 Tom Rini
0 siblings, 0 replies; only message in thread
From: Tom Rini @ 2026-03-25 19:00 UTC (permalink / raw)
To: u-boot; +Cc: Oleh Kravchenko
This platform enables CONFIG_BOARD_EARLY_INIT_F and then has 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>
---
Cc: Oleh Kravchenko <oleg@kaa.org.ua>
---
board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c b/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
index 10469aecd0bb..b55e92fb0514 100644
--- a/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
+++ b/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
@@ -16,11 +16,6 @@ int dram_init(void)
return 0;
}
-int board_early_init_f(void)
-{
- return 0;
-}
-
static int setup_fec_clock(void)
{
if (IS_ENABLED(CONFIG_FEC_MXC) && !IS_ENABLED(CONFIG_CLK_IMX6Q)) {
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-25 19:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25 19:00 [PATCH] o4-imx6ull-nano: Drop unnecessary BOARD_EARLY_INIT_F usage Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox