mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
Add Canaan K230 SoC with sysreset support, running without cache enabled. Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
15 lines
266 B
Plaintext
15 lines
266 B
Plaintext
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2025, Junhui Liu <junhui.liu@pigmoral.tech>
|
|
|
|
config CANAAN_K230
|
|
bool
|
|
select ARCH_EARLY_INIT_R
|
|
select BINMAN
|
|
imply CPU
|
|
imply CPU_RISCV
|
|
imply RISCV_TIMER
|
|
imply CMD_CPU
|
|
imply SYSRESET
|
|
imply SYSRESET_SYSCON
|