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

Tianrui Wei tianrui-wei at outlook.com
Sat Mar 15 19:16:09 CET 2025


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 <trini at konsulko.com>
> ---
> Cc: Tianrui Wei <tianrui-wei at outlook.com>
> ---
>  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 <tianrui-wei at outlook.com>


More information about the U-Boot mailing list