summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMeenakshi Aggarwal <meenakshi.aggarwal@nxp.com>2020-02-26 14:16:48 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-03-30 05:36:52 +0300
commit224899d273e1426cc18be317744be2c03798c41f (patch)
tree5485b9b18702c6b63d3f82b170a4e62a0b3371a0 /include
parent160e2b88dfacc19de46098951a1961ab25115645 (diff)
downloadu-boot-224899d273e1426cc18be317744be2c03798c41f.tar.xz
lx2160a : Remove default VID setting
Set VID to 800 mV for Rev1 and set VID as per switch settings for Rev2. Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/lx2160aqds.h1
-rw-r--r--include/configs/lx2160ardb.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/lx2160aqds.h b/include/configs/lx2160aqds.h
index e9e1770c94..3dd071fa25 100644
--- a/include/configs/lx2160aqds.h
+++ b/include/configs/lx2160aqds.h
@@ -121,7 +121,6 @@ u8 qixis_esdhc_detect_quirk(void);
/* Initial environment variables */
#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" \
diff --git a/include/configs/lx2160ardb.h b/include/configs/lx2160ardb.h
index 63d77c5fc4..f54edf356a 100644
--- a/include/configs/lx2160ardb.h
+++ b/include/configs/lx2160ardb.h
@@ -93,7 +93,6 @@
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..;" \
"sf probe 0:0 && sf read $load_addr " \