
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Biwen Li Sent: Thursday, October 15, 2020 2:15 PM To: Priyanka Jain priyanka.jain@nxp.com Cc: Jiafei Pan jiafei.pan@nxp.com; u-boot@lists.denx.de; Biwen Li biwen.li@nxp.com Subject: [PATCH] include/configs: ls1012aqds: add default environment variable
From: Biwen Li biwen.li@nxp.com
This adds default environment variable for ls1012aqds
Signed-off-by: Biwen Li biwen.li@nxp.com
include/configs/ls1012aqds.h | 64 ++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+)
diff --git a/include/configs/ls1012aqds.h b/include/configs/ls1012aqds.h index 9498a03f40..dacb670c24 100644 --- a/include/configs/ls1012aqds.h +++ b/include/configs/ls1012aqds.h @@ -103,5 +103,69 @@
#define CONFIG_PCI_SCAN_SHOW
+#undef CONFIG_EXTRA_ENV_SETTINGS +#define CONFIG_EXTRA_ENV_SETTINGS \
- "verify=no\0" \
- "fdt_high=0xffffffffffffffff\0" \
- "initrd_high=0xffffffffffffffff\0" \
<snip> ---------------------------------------------------------------------- ERROR: fdt or initrd relocation disabled at boot time #26: FILE: include/configs/ls1012aqds.h:108: + "fdt_high=0xffffffffffffffff\0" \
ERROR: fdt or initrd relocation disabled at boot time #27: FILE: include/configs/ls1012aqds.h:109: + "initrd_high=0xffffffffffffffff\0" \
Kindly fix above checkpatch error.
Regards Priyanka