From c43a4f827691c7cc3d23a693cd189ee5fd5d955f Mon Sep 17 00:00:00 2001 From: Kuldeep Singh Date: Sat, 14 Dec 2019 19:32:56 +0530 Subject: configs: nxp: Enable CONFIG_SYS_RELOC_GD_ENV_ADDR Commit 323d3af59fe4 ("configs: ls1012ardb: Enable CONFIG_SYS_RELOC_GD_ENV_ADDR") enables the config only for LS1012ARDB. Apart from LS1012A-RDB, other platforms such as LS1012A-FRWY, LS2088A and LS1046A-RDB/FRWY also require this config to be enabled. This also helps in resolving booting crash observed in flash environment. Signed-off-by: Kuldeep Singh Reviewed-by: Priyanka Jain --- configs/ls1046afrwy_tfa_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ls1046afrwy_tfa_defconfig') diff --git a/configs/ls1046afrwy_tfa_defconfig b/configs/ls1046afrwy_tfa_defconfig index 48dc7acf9f..68271c35b2 100644 --- a/configs/ls1046afrwy_tfa_defconfig +++ b/configs/ls1046afrwy_tfa_defconfig @@ -32,6 +32,7 @@ CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-frwy" CONFIG_ENV_IS_IN_MMC=y CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_ENV_ADDR=0x40500000 +CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM=y CONFIG_SATA_CEVA=y CONFIG_FSL_CAAM=y -- cgit v1.2.1