All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: lx2160a: Define ENV_ADDR value
@ 2020-02-04  6:32 Kuldeep Singh
  2020-03-30 12:32 ` Priyanka Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Kuldeep Singh @ 2020-02-04  6:32 UTC (permalink / raw)
  To: u-boot

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>
---
Hi Priyanka,
This patch can be applied after applying below patch.
https://patchwork.ozlabs.org/project/uboot/list/?series=141023

 configs/lx2160aqds_tfa_defconfig | 1 +
 configs/lx2160ardb_tfa_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/lx2160aqds_tfa_defconfig b/configs/lx2160aqds_tfa_defconfig
index 987b8c3..36e7bbd 100644
--- a/configs/lx2160aqds_tfa_defconfig
+++ b/configs/lx2160aqds_tfa_defconfig
@@ -33,6 +33,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
diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig
index 0b0a2b2..fdeacd8 100644
--- a/configs/lx2160ardb_tfa_defconfig
+++ b/configs/lx2160ardb_tfa_defconfig
@@ -34,6 +34,7 @@ CONFIG_OF_BOARD_FIXUP=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-lx2160a-rdb"
 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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] configs: lx2160a: Define ENV_ADDR value
  2020-02-04  6:32 [PATCH] configs: lx2160a: Define ENV_ADDR value Kuldeep Singh
@ 2020-03-30 12:32 ` Priyanka Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Priyanka Jain @ 2020-03-30 12:32 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Kuldeep Singh
>Sent: Tuesday, February 4, 2020 12:03 PM
>To: u-boot at lists.denx.de
>Subject: [PATCH] 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>
>---
Applied to u-boot-fsl-qoriq. Waiting upstream

Thanks
Priyanka

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-30 12:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04  6:32 [PATCH] configs: lx2160a: Define ENV_ADDR value Kuldeep Singh
2020-03-30 12:32 ` Priyanka Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.