Re: [PATCH] openpiton: riscv64: Drop unnecessary 'imply SPL_RISCV_MMODE'

2025-03-15 Thread Tianrui Wei
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 > --- > Cc: Tianrui Wei > --- > board/openpiton/ri

[PATCH] openpiton: riscv64: Drop unnecessary 'imply SPL_RISCV_MMODE'

2025-03-14 Thread Tom Rini
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 --- Cc: Tianrui Wei --- board/openpiton/riscv64/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/bo