uboot/board/renesas/rsk7269/Kconfig

16 lines
174 B
Plaintext

if TARGET_RSK7269
config SYS_CPU
default "sh2"
config SYS_BOARD
default "rsk7269"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "rsk7269"
endif