uboot/board/esd/otc570/Kconfig

19 lines
205 B
Plaintext

if TARGET_OTC570
config SYS_CPU
default "arm926ejs"
config SYS_BOARD
default "otc570"
config SYS_VENDOR
default "esd"
config SYS_SOC
default "at91"
config SYS_CONFIG_NAME
default "otc570"
endif