]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
openpiton: riscv64: Drop unnecessary 'imply SPL_RISCV_MMODE'
authorTom Rini <trini@konsulko.com>
Sat, 15 Mar 2025 01:28:38 +0000 (19:28 -0600)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 25 Mar 2025 04:13:50 +0000 (12:13 +0800)
As the code is today, we get a warning about "select" statements on
"choice" options not doing anything. In this case, the option
SPL_RISCV_MMODE is the default.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Tianrui Wei <tianrui-wei@outlook.com>
board/openpiton/riscv64/Kconfig

index 21da1dc346dda18c5a25b01421e2e850804fba01..e4bd8903aab9109e39ecc8d2b987f97d5ba49ab4 100644 (file)
@@ -35,6 +35,5 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        imply SPL_SMP
        imply SPL_MMC
        imply SMP
-       imply SPL_RISCV_MMODE
 
 endif