mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
6b0071c110
Create board support for GE PPD, based on mx53loco. Use mx53ppd_defconfig make target to configure for this board. Signed-off-by: Peter Senna Tschudin <peter.senna@collabora.com> Signed-off-by: Ian Ray <ian.ray@ge.com> Signed-off-by: Nandor Han <nandor.han@ge.com> Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk> Cc: Stefano Babic <sbabic@denx.de> Acked-by: Stefano Babic <sbabic@denx.de>
17 lines
206 B
Text
17 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
|