X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fspl%2Fspl.c;h=1566acdbc30672eb4a8efe476d21bd6e0ae7ea85;hb=af2f44267fdc006e47166187632f63d396822bed;hp=76c1963611c49c8e6cb572d8b451f4c392262b00;hpb=1a3fc354b50b2a86361964b6d695ce26058248f5;p=u-boot diff --git a/common/spl/spl.c b/common/spl/spl.c index 76c1963611..1566acdbc3 100644 --- a/common/spl/spl.c +++ b/common/spl/spl.c @@ -407,7 +407,7 @@ void board_init_r(gd_t *dummy1, ulong dummy2) timer_init(); #endif -#ifdef CONFIG_SPL_BOARD_INIT +#if CONFIG_IS_ENABLED(BOARD_INIT) spl_board_init(); #endif