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:

committed by
Leo Yu-Chi Liang

parent
02933626c7
commit
b452ed448f
@@ -35,6 +35,5 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||
imply SPL_SMP
|
||||
imply SPL_MMC
|
||||
imply SMP
|
||||
imply SPL_RISCV_MMODE
|
||||
|
||||
endif
|
||||
|
Reference in New Issue
Block a user