From: Biwen Li Date: Fri, 21 May 2021 03:17:25 +0000 (+0800) Subject: configs: ls2088aqds: fix synchronous exception X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~56^2~4 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=0636e291d1dddbdc1ce66e4e1515a1fec852085e;p=u-boot.git configs: ls2088aqds: fix synchronous exception IFC NOR flash base address of ls2088a is 0x580000000, and env crc offset size is 0x500000, so fix the macro CONFIG_ENV_ADDR to fix synchronous exception(access illegal address) Fixes: 59071804c1 ("configs: ls2080a: Correct ENV_ADDR value") Signed-off-by: Biwen Li --- diff --git a/configs/ls2088aqds_tfa_defconfig b/configs/ls2088aqds_tfa_defconfig index 2929699557..060b21e5b1 100644 --- a/configs/ls2088aqds_tfa_defconfig +++ b/configs/ls2088aqds_tfa_defconfig @@ -42,7 +42,7 @@ CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_IS_IN_MMC=y CONFIG_ENV_IS_IN_SPI_FLASH=y -CONFIG_ENV_ADDR=0x20500000 +CONFIG_ENV_ADDR=0x580500000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y