board: starfive: spl: Fix the wrong use of CONFIG_IS_ENABLED()
authorHal Feng <hal.feng@starfivetech.com>
Sun, 8 Dec 2024 09:19:40 +0000 (17:19 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 18 Dec 2024 05:19:16 +0000 (13:19 +0800)
commitc129fb9efccc189b6a4feda053d0d78a0a6efcf6
treea479b65f17010d4fdcbd8ef61d345fdd9ee1b33a
parentc9489a9d32b3433be8ede3eea6648de117d51389
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>
board/starfive/visionfive2/spl.c