openpiton: riscv64: Drop unnecessary 'imply SPL_RISCV_MMODE'

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>
This commit is contained in:
Tom Rini 2025-03-14 19:28:38 -06:00 committed by Leo Yu-Chi Liang
parent 02933626c7
commit b452ed448f

View file

@ -35,6 +35,5 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply SPL_SMP
imply SPL_MMC
imply SMP
imply SPL_RISCV_MMODE
endif