mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
board: starfive: spl: Fix the wrong use of CONFIG_IS_ENABLED()
The prefix "SPL_" is not needed when using CONFIG_IS_ENABLED().
Tested-by: Anand Moon <linux.amoon@gmail.com>
Tested-by: E Shattow <lucent@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Fixes: 5ecf9b0b8a75 ("board: starfive: add StarFive VisionFive v2 board support")
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
This commit is contained in:
parent
c9489a9d32
commit
c129fb9efc
@ -110,7 +110,7 @@ void board_init_f(ulong dummy)
|
||||
}
|
||||
}
|
||||
|
||||
#if CONFIG_IS_ENABLED(SPL_LOAD_FIT)
|
||||
#if CONFIG_IS_ENABLED(LOAD_FIT)
|
||||
int board_fit_config_name_match(const char *name)
|
||||
{
|
||||
/* boot using first FIT config */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user