mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-20 10:13:09 +00:00
24 lines
456 B
Text
24 lines
456 B
Text
|
if TARGET_TRANSFORMER_T30
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "transformer-t30"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "asus"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "transformer-t30"
|
||
|
|
||
|
config TRANSFORMER_SPI_BOOT
|
||
|
bool "Enable support for SPI based flash"
|
||
|
select TEGRA20_SLINK
|
||
|
select DM_SPI_FLASH
|
||
|
select SPI_FLASH_WINBOND
|
||
|
default n
|
||
|
help
|
||
|
Tegra 3 based Transformers with Windows RT have core
|
||
|
boot sequence (BCT and EBT) on separate SPI FLASH
|
||
|
memory with 4MB size.
|
||
|
|
||
|
endif
|