1# 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 18