mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
27192d16eb
Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
39 lines
427 B
Text
39 lines
427 B
Text
if TARGET_PCM052
|
|
|
|
config SYS_BOARD
|
|
default "pcm052"
|
|
|
|
config SYS_VENDOR
|
|
default "phytec"
|
|
|
|
config SYS_SOC
|
|
default "vf610"
|
|
|
|
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_SOC
|
|
default "vf610"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "bk4r1"
|
|
|
|
config PCM052_DDR_SIZE
|
|
int
|
|
default 512
|
|
|
|
endif
|