mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00

Convert boards to use text based env. This is the first stage of conversion, common inclusions should be converted next. Acked-by: Francesco Dolcini <francesco.dolcini@toradex.com> # Toradex Apalis TK1 Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
7 lines
451 B
Text
7 lines
451 B
Text
CONFIG_ENV_SOURCE_FILE="tf600t"
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra30-asus-tf600t"
|
|
CONFIG_BOOTCOMMAND="setenv gpio_button 222; if run check_button; then poweroff; fi; setenv gpio_button 132; if run check_button; then echo Starting SPI flash update ...; run update_spi; fi; run bootcmd_usb0; run bootcmd_mmc1; run bootcmd_mmc0; poweroff;"
|
|
# CONFIG_I2C_MUX is not set
|
|
CONFIG_TEGRA20_SLINK=y
|
|
CONFIG_SPI_FLASH_WINBOND=y
|
|
CONFIG_USB_GADGET_PRODUCT_NUM=0x4d00
|