forked from OERV-BSP/u-boot
The Pegatron Chagall (originally built by Pegatron, but later rebranded by other vendors under names Fujitsu Stylistic M532, Olivetti Olipad 3, Siragon 4N, Realpad Bunaken, DNS AirTab P110w / P110g etc) is a mostly business-oriented tablet sold in 2012 in different variants, mostly in Europe, with slight differences in storage size (16GB/32GB) and presence of built-in cellular modem. Tested-by: Raffaele Tranquillini <raffaele.tranquillini@gmail.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
14 lines
191 B
Plaintext
14 lines
191 B
Plaintext
if TARGET_CHAGALL
|
|
|
|
config SYS_BOARD
|
|
default "chagall"
|
|
|
|
config SYS_VENDOR
|
|
default "pegatron"
|
|
|
|
config TEGRA_BOARD_STRING
|
|
string "Default Tegra board name"
|
|
default "Pegatron Chagall"
|
|
|
|
endif
|