commit | 446e48f84d8462c1c24b668a3440f7ec8b70dc78 | [log] [tgz] |
---|---|---|
author | Hal Feng <hal.feng@starfivetech.com> | Sun Dec 08 17:19:40 2024 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Dec 18 13:19:16 2024 +0800 |
tree | a479b65f17010d4fdcbd8ef61d345fdd9ee1b33a | |
parent | d75a26b7e3a8c440bebd0890c609775d2083f8f2 [diff] |
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>