mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
487fa1aa97
PPA was a secure firmware developed in-house which is no longer supported and replaced by TF-A quite some years ago. Drop support for it. Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
31 lines
387 B
Text
31 lines
387 B
Text
if TARGET_LS1088AQDS
|
|
|
|
config SYS_BOARD
|
|
default "ls1088a"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
default "fsl-layerscape"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ls1088aqds"
|
|
|
|
endif
|
|
|
|
if TARGET_LS1088ARDB
|
|
|
|
config SYS_BOARD
|
|
default "ls1088a"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
default "fsl-layerscape"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ls1088ardb"
|
|
|
|
endif
|