mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
Add support for K230 CanMV board with serial console and usb otg support. It can boot via vendor's u-boot-spl and boot into Linux via tftp through the onboard RTL8152. Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
20 lines
231 B
Plaintext
20 lines
231 B
Plaintext
if TARGET_K230_CANMV
|
|
|
|
config SYS_BOARD
|
|
default "k230_canmv"
|
|
|
|
config SYS_VENDOR
|
|
default "canaan"
|
|
|
|
config SYS_CPU
|
|
default "k230"
|
|
|
|
config TEXT_BASE
|
|
default 0x0
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
select CANAAN_K230
|
|
|
|
endif
|