diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-23 08:20:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-23 08:20:55 -0400 |
commit | 4ff63383e3497389e66cf70943a83bdb1810462a (patch) | |
tree | 0233d39a429bd73a6c64e1c1929d10e2c22b8b11 /configs/apalis-tk1_defconfig | |
parent | 7635defaf2c65755a19e6faa08d604421ad2a06f (diff) | |
parent | 824e6fe0ae0280cabd9df763fbc3bbaca2682b32 (diff) |
Merge tag 'u-boot-imx-20200623' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
Fixes for 2020.07
-----------------
Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/701059103
- Fixes for atheros and cubox
- Toradex: mostly environment
- i.MX7: DDR fixes
- switch to DM
- sabrelite : fix MMC access
Diffstat (limited to 'configs/apalis-tk1_defconfig')
-rw-r--r-- | configs/apalis-tk1_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig index 868303a29c..42e320e2e3 100644 --- a/configs/apalis-tk1_defconfig +++ b/configs/apalis-tk1_defconfig @@ -11,7 +11,7 @@ CONFIG_SPL_TEXT_BASE=0x80108000 CONFIG_FIT=y CONFIG_OF_SYSTEM_SETUP=y CONFIG_BOOTDELAY=1 -CONFIG_BOOTCOMMAND="run emmcboot; setenv fdtfile ${soc}-${fdt-module}-${fdt_board}.dtb && run distro_bootcmd" +CONFIG_BOOTCOMMAND="setenv fdtfile ${soc}-${fdt_module}-${fdt_board}.dtb && run distro_bootcmd" CONFIG_CONSOLE_MUX=y CONFIG_SYS_STDIO_DEREGISTER=y CONFIG_VERSION_VARIABLE=y |