blob: 781c1cf59f61a19b4eb6925454e4bc3f12827531 [file] [log] [blame]
Peter Senna Tschudin56d96922017-11-06 19:14:11 +00001# SPDX-License-Identifier: GPL-2.0+
2
3if TARGET_MX53PPD
4
5config SYS_BOARD
6 default "mx53ppd"
7
8config SYS_VENDOR
9 default "ge"
10
11config SYS_SOC
12 default "mx5"
13
14config SYS_CONFIG_NAME
15 default "mx53ppd"
16
17endif