diff options
author | Tom Rini <trini@konsulko.com> | 2020-09-18 10:42:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-18 10:42:12 -0400 |
commit | 98f3ee09d096c6c1bc49e08d805f6354dffb0e59 (patch) | |
tree | b02cd94de7fc93381d8ce7d07481ff9952986218 /configs/tbs2910_defconfig | |
parent | 9de3126e80cdac7ee15b6671065a952184533dda (diff) | |
parent | 4516b535bf16db4231ea27bb95197d869f86893b (diff) | |
download | u-boot-98f3ee09d096c6c1bc49e08d805f6354dffb0e59.tar.gz u-boot-98f3ee09d096c6c1bc49e08d805f6354dffb0e59.tar.xz u-boot-98f3ee09d096c6c1bc49e08d805f6354dffb0e59.zip |
Merge tag 'u-boot-imx-20200918' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
----------------------------------------------------------------
Fixes for 2020.10
-----------------
- Toradex boards
- mx6qsabrelite: fix env offset
- esdhc_imx: waiting for clock instead of sleep
- dyn RAM calibration for entry point i.MX6
Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/728274602
Diffstat (limited to 'configs/tbs2910_defconfig')
-rw-r--r-- | configs/tbs2910_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 34d240565e..070aea59b5 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -11,7 +11,6 @@ CONFIG_PRE_CON_BUF_ADDR=0x7c000000 CONFIG_CMD_HDMIDETECT=y CONFIG_DEFAULT_DEVICE_TREE="imx6q-tbs2910" CONFIG_AHCI=y -CONFIG_ENV_VARS_UBOOT_CONFIG=y CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="mmc rescan; if run bootcmd_up1; then run bootcmd_up2; else run bootcmd_mmc || run distro_bootcmd; fi" |