mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
7966b43778
Move Freescale/NXP Vybrid to a standard arch/board approach, similar
to what has been done to i.MX 6 earlier in commit 89ebc82137
("ARM:
mx6: move to a standard arch/board approach").
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
33 lines
361 B
Text
33 lines
361 B
Text
if TARGET_PCM052
|
|
|
|
config SYS_BOARD
|
|
default "pcm052"
|
|
|
|
config SYS_VENDOR
|
|
default "phytec"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pcm052"
|
|
|
|
config PCM052_DDR_SIZE
|
|
int
|
|
default 256
|
|
|
|
endif
|
|
|
|
if TARGET_BK4R1
|
|
|
|
config SYS_BOARD
|
|
default "pcm052"
|
|
|
|
config SYS_VENDOR
|
|
default "phytec"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "bk4r1"
|
|
|
|
config PCM052_DDR_SIZE
|
|
int
|
|
default 512
|
|
|
|
endif
|