mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
18 lines
206 B
Text
18 lines
206 B
Text
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
if TARGET_MX53PPD
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "mx53ppd"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "ge"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx5"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "mx53ppd"
|
||
|
|
||
|
endif
|