mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-16 06:56:01 +01:00
Samsung Galaxy Core Prime VE LTE is an entry-level PXA1908-based smartphone. It has 1GB of DRAM, 8GB eMMC and USB connectivity. Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr> Reviewed-by: Stefan Roese <sr@denx.de>
13 lines
157 B
Plaintext
13 lines
157 B
Plaintext
if TARGET_COREPRIMEVELTE
|
|
|
|
config SYS_BOARD
|
|
default "coreprimevelte"
|
|
|
|
config SYS_VENDOR
|
|
default "samsung"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pxa1908"
|
|
|
|
endif
|