On Fri, Mar 14, 2025, at 6:28 PM, Tom Rini wrote: > 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 <[email protected]> > --- > Cc: Tianrui Wei <[email protected]> > --- > board/openpiton/riscv64/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/board/openpiton/riscv64/Kconfig b/board/openpiton/riscv64/Kconfig > index 21da1dc346dd..e4bd8903aab9 100644 > --- a/board/openpiton/riscv64/Kconfig > +++ b/board/openpiton/riscv64/Kconfig > @@ -35,6 +35,5 @@ config BOARD_SPECIFIC_OPTIONS # dummy > imply SPL_SMP > imply SPL_MMC > imply SMP > - imply SPL_RISCV_MMODE > > endif > -- > 2.43.0
Reviewed-by: Tianrui Wei <[email protected]>

