summaryrefslogtreecommitdiff
path: root/configs/lx2160aqds_tfa_defconfig
diff options
context:
space:
mode:
authorKuldeep Singh <kuldeep.singh@nxp.com>2020-02-04 12:02:36 +0530
committerPriyanka Jain <priyanka.jain@nxp.com>2020-03-30 08:12:13 +0530
commit802dcce869867c76ddbf2c6b8a95221b5fc423b6 (patch)
tree23a0ec10bb60b81712dbd0909c41d8c4a7837ea2 /configs/lx2160aqds_tfa_defconfig
parent0f0a906125e189a7bfcdf2916ea9bda96281f22b (diff)
configs: lx2160a: Define ENV_ADDR value
CONFIG_ENV_ADDR helps in picking environment from flash before DDR init. Define the value as 0x20500000 for lx2160ardb and lx2160aqds. Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/lx2160aqds_tfa_defconfig')
-rw-r--r--configs/lx2160aqds_tfa_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160aqds_tfa_defconfig b/configs/lx2160aqds_tfa_defconfig
index 732a3bf1b1..0161dba9a7 100644
--- a/configs/lx2160aqds_tfa_defconfig
+++ b/configs/lx2160aqds_tfa_defconfig
@@ -34,6 +34,7 @@ CONFIG_OF_BOARD_FIXUP=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-lx2160a-qds"
CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
+CONFIG_ENV_ADDR=0x20500000
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_DM=y
CONFIG_SATA_CEVA=y