mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
8e01439dd3
Remove NXP powerpc P5020DS board support as it is no longer maintained. Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
44 lines
569 B
Text
44 lines
569 B
Text
if TARGET_P3041DS
|
|
|
|
config SYS_BOARD
|
|
default "corenet_ds"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "P3041DS"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|
|
|
|
if TARGET_P4080DS
|
|
|
|
config SYS_BOARD
|
|
default "corenet_ds"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "P4080DS"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|
|
|
|
if TARGET_P5040DS
|
|
|
|
config SYS_BOARD
|
|
default "corenet_ds"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "P5040DS"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|