mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
The Lenovo IdeaPad Yoga 11 is a hybrid laptop/tablet Windows RT-based computer released in late 2012. The device uses a 1.3 GHz quad-core Nvidia Tegra 3 chipset with 2 GB of RAM, features a 11.6 inch 1366x768 screen and 32/64 GB of internal memory that can be supplemented with a microSDXC card slot, full size SD card slot and 2 full size USB 2.0 ports. Tested-by: Jethro Bull <jethrob@hotmail.com> Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
if TARGET_IDEAPAD_YOGA_11
|
|
|
|
config SYS_BOARD
|
|
default "ideapad-yoga-11"
|
|
|
|
config SYS_VENDOR
|
|
default "lenovo"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ideapad-yoga-11"
|
|
|
|
endif
|