]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
o4-imx6ull-nano: Drop unnecessary BOARD_EARLY_INIT_F usage
authorTom Rini <trini@konsulko.com>
Wed, 25 Mar 2026 19:00:45 +0000 (13:00 -0600)
committerFabio Estevam <festevam@nabladev.com>
Thu, 2 Apr 2026 12:10:23 +0000 (09:10 -0300)
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>
board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c

index 10469aecd0bbc196c4891b82ae62a82aaff07fab..b55e92fb0514573716d957596696d19674f8029a 100644 (file)
@@ -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)) {