mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
Similar change was done by commit b4c2c151b14b ("Kconfig: Remove all default n/no options") and again sync is required. default n/no doesn't need to be specified. It is default option anyway. Signed-off-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Angelo Dureghello <angelo@kernel-space.org>
23 lines
445 B
Plaintext
23 lines
445 B
Plaintext
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
|
|
help
|
|
Tegra 3 based Transformers with Windows RT have core
|
|
boot sequence (BCT and EBT) on separate SPI FLASH
|
|
memory with 4MB size.
|
|
|
|
endif
|