Jetpack/u-boot/board/freescale/ls1043ardb/Kconfig

17 lines
197 B
Plaintext
Raw Permalink Normal View History

if TARGET_LS1043ARDB
config SYS_BOARD
default "ls1043ardb"
config SYS_VENDOR
default "freescale"
config SYS_SOC
default "fsl-layerscape"
config SYS_CONFIG_NAME
default "ls1043ardb"
endif