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/mx6qsabrelite_defconfig | |
parent | 9de3126e80cdac7ee15b6671065a952184533dda (diff) | |
parent | 4516b535bf16db4231ea27bb95197d869f86893b (diff) |
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/mx6qsabrelite_defconfig')
-rw-r--r-- | configs/mx6qsabrelite_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6qsabrelite_defconfig b/configs/mx6qsabrelite_defconfig index 008fcfe04c..6e7193e411 100644 --- a/configs/mx6qsabrelite_defconfig +++ b/configs/mx6qsabrelite_defconfig @@ -4,7 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x17800000 CONFIG_SYS_MALLOC_F_LEN=0x4000 CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x2000 -CONFIG_ENV_OFFSET=0x60000 +CONFIG_ENV_OFFSET=0xC0000 CONFIG_MX6Q=y CONFIG_TARGET_NITROGEN6X=y CONFIG_DM_GPIO=y |