mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00

Surface RT is a hybrid tablet computer developed and manufactured by Microsoft and shipped with Windows RT. The tablet uses a 1.3 GHz quad-core Nvidia Tegra 3 chipset with 2 GB of RAM, features 10.8 inch 1366x768 screen and 32/64 GB of internal memory that can be supplemented with a microSDXC card giving up to 200 GB of additional storage. Tested-by: Jethro Bull <jethrob@hotmail.com> Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
12 lines
154 B
Text
12 lines
154 B
Text
if TARGET_SURFACE_RT
|
|
|
|
config SYS_BOARD
|
|
default "surface-rt"
|
|
|
|
config SYS_VENDOR
|
|
default "microsoft"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "surface-rt"
|
|
|
|
endif
|