]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/ls1043ardb/Kconfig
mx6sxsabresd: Remove empty reset_cpu()
[people/ms/u-boot.git] / board / freescale / ls1043ardb / Kconfig
CommitLineData
f3a8e2b7
MH
1
2if TARGET_LS1043ARDB
3
4config SYS_BOARD
5 default "ls1043ardb"
6
7config SYS_VENDOR
8 default "freescale"
9
10config SYS_SOC
11 default "fsl-layerscape"
12
13config SYS_CONFIG_NAME
14 default "ls1043ardb"
15
16endif