diff options
author | Tom Rini <trini@konsulko.com> | 2025-03-14 19:28:38 -0600 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2025-03-25 12:13:50 +0800 |
commit | b452ed448fb2ad44a4b0a07908a3673c25beb5d9 (patch) | |
tree | ce75a6dcc59a4f3e06cd3ac0850f900ee0f86cb7 | |
parent | 02933626c7351db6f38cd72d85b47188655fbc85 (diff) |
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>
-rw-r--r-- | board/openpiton/riscv64/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/openpiton/riscv64/Kconfig b/board/openpiton/riscv64/Kconfig index 21da1dc346d..e4bd8903aab 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 |