rv1126-uboot/board/creative/xfi3/Kconfig

19 lines
203 B
Plaintext

if TARGET_XFI3
config SYS_CPU
default "arm926ejs"
config SYS_BOARD
default "xfi3"
config SYS_VENDOR
default "creative"
config SYS_SOC
default "mxs"
config SYS_CONFIG_NAME
default "xfi3"
endif