mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
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:
parent
02933626c7
commit
b452ed448f
1 changed files with 0 additions and 1 deletions
|
@ -35,6 +35,5 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
imply SPL_SMP
|
||||
imply SPL_MMC
|
||||
imply SMP
|
||||
imply SPL_RISCV_MMODE
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue