mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
WEXLER Tab 7t is a mini tablet computer developed by WEXLER that runs the Android operating system. The device features a 7.0-inch (180 mm) HD display, an Nvidia Tegra 3 quad-core chip, 1 GB of RAM, 8, 16 or 32 GB of storage that can be supplemented with a microSDXC card giving up to 64 GB of additional storage and a full size USB port. Tested-by: Maksim Kurnosenko <asusx2@mail.ru> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
13 lines
136 B
Plaintext
13 lines
136 B
Plaintext
if TARGET_QC750
|
|
|
|
config SYS_BOARD
|
|
default "qc750"
|
|
|
|
config SYS_VENDOR
|
|
default "wexler"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "qc750"
|
|
|
|
endif
|