]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/maxbcm/Kconfig
arm: mvebu: Placeholder bin_hdr file can now be removed
[karo-tx-uboot.git] / board / maxbcm / Kconfig
1 if TARGET_MAXBCM
2
3 config SYS_BOARD
4         default "maxbcm"
5
6 config SYS_SOC
7         default "armada-xp"
8
9 config SYS_CONFIG_NAME
10         default "maxbcm"
11
12 endif