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 21da1dc..e4bd890 100644 (file)
@@ -35,6 +35,5 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        imply SPL_SMP
        imply SPL_MMC
        imply SMP
-       imply SPL_RISCV_MMODE
 
 endif