mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00

The Acer Iconia A500 is a tablet computer designed, developed and marketed by Acer Inc. It is powered by 1 GHz Nvidia Tegra 2 processor and 1GB DDR2 RAM. The A500 is sold with 64 GB, although both 16 GB and 32 GB models are available. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
12 lines
140 B
Text
12 lines
140 B
Text
if TARGET_PICASSO
|
|
|
|
config SYS_BOARD
|
|
default "picasso"
|
|
|
|
config SYS_VENDOR
|
|
default "acer"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "picasso"
|
|
|
|
endif
|