RE: [PATCH] lx2160: Correct default environment variable

2020-01-26 Thread Priyanka Jain
>-Original Message-
>From: Meenakshi Aggarwal 
>Sent: Friday, January 10, 2020 8:13 PM
>To: u-boot@lists.denx.de; Priyanka Jain 
>Cc: Meenakshi Aggarwal 
>Subject: [PATCH] lx2160: Correct default environment variable
>
>Create separate "boot_scripts" and "boot_script_hdr" environment variable
>for LX2160A RDB and QDS board.
>
>Signed-off-by: Meenakshi Aggarwal 
>---
patch applied in u-boot-fsl-qoriq/master
-priyankajain


[PATCH] lx2160: Correct default environment variable

2020-01-10 Thread Meenakshi Aggarwal
Create separate "boot_scripts" and "boot_script_hdr" environment
variable for LX2160A RDB and QDS board.

Signed-off-by: Meenakshi Aggarwal 
---
 include/configs/lx2160a_common.h | 4 +---
 include/configs/lx2160aqds.h | 4 +++-
 include/configs/lx2160ardb.h | 4 +++-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index 398b21d..909d047 100644
--- a/include/configs/lx2160a_common.h
+++ b/include/configs/lx2160a_common.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright 2018-2019 NXP
+ * Copyright 2018-2020 NXP
  */
 
 #ifndef __LX2_COMMON_H
@@ -247,8 +247,6 @@ int select_i2c_ch_pca9547_sec(unsigned char ch);
BOOTENV \
"mcmemsize=0x7000\0"\
XSPI_MC_INIT_CMD\
-   "boot_scripts=lx2160ardb_boot.scr\0"\
-   "boot_script_hdr=hdr_lx2160ardb_bs.out\0"   \
"scan_dev_for_boot_part="   \
"part list ${devtype} ${devnum} devplist; " \
"env exists devplist || setenv devplist 1; "\
diff --git a/include/configs/lx2160aqds.h b/include/configs/lx2160aqds.h
index 60b13b4..f523b37 100644
--- a/include/configs/lx2160aqds.h
+++ b/include/configs/lx2160aqds.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright 2018-2019 NXP
+ * Copyright 2018-2020 NXP
  */
 
 #ifndef __LX2_QDS_H
@@ -126,6 +126,8 @@ u8 qixis_esdhc_detect_quirk(void);
 #define CONFIG_EXTRA_ENV_SETTINGS  \
EXTRA_ENV_SETTINGS  \
"lx2160aqds_vdd_mv=800\0"   \
+   "boot_scripts=lx2160aqds_boot.scr\0"\
+   "boot_script_hdr=hdr_lx2160aqds_bs.out\0"   \
"BOARD=lx2160aqds\0"\
"xspi_bootcmd=echo Trying load from flexspi..;" \
"sf probe 0:0 && sf read $load_addr "   \
diff --git a/include/configs/lx2160ardb.h b/include/configs/lx2160ardb.h
index cd710c7..6ff1c24 100644
--- a/include/configs/lx2160ardb.h
+++ b/include/configs/lx2160ardb.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright 2018 NXP
+ * Copyright 2018,2020 NXP
  */
 
 #ifndef __LX2_RDB_H
@@ -95,6 +95,8 @@
 /* Initial environment variables */
 #define CONFIG_EXTRA_ENV_SETTINGS  \
EXTRA_ENV_SETTINGS  \
+   "boot_scripts=lx2160ardb_boot.scr\0"\
+   "boot_script_hdr=hdr_lx2160ardb_bs.out\0"   \
"lx2160ardb_vdd_mv=800\0"   \
"BOARD=lx2160ardb\0"\
"xspi_bootcmd=echo Trying load from flexspi..;" \
-- 
1.9.1