
-----Original Message----- From: york sun Sent: Thursday, October 06, 2016 10:19 PM To: Pratiyush Srivastava pratiyush.srivastava@nxp.com; u- boot@lists.denx.de Cc: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com Subject: Re: [PATCH][v2] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS
On 10/04/2016 04:38 AM, Pratiyush Mohan Srivastava wrote:
Remove ramdisk_addr, ramdisk_size and update UART baud-rate.
Signed-off-by: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com Signed-off-by: Pratiyush Mohan Srivastava
Changes for v2 :
- Removed "initrd_high=0xffffffff\0"
- Removed console variable
include/configs/ls1012a_common.h | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/include/configs/ls1012a_common.h
b/include/configs/ls1012a_common.h
index af45993..02cbf5d 100644 --- a/include/configs/ls1012a_common.h +++ b/include/configs/ls1012a_common.h @@ -106,19 +106,15 @@
/* Initial environment variables */ #define CONFIG_EXTRA_ENV_SETTINGS \
- "initrd_high=0xffffffff\0" \ "verify=no\0" \ "hwconfig=fsl_ddr:bank_intlv=auto\0" \
I realize this hwconfig is not used. Please remove.
[Pratiyush>] Ok .I will remove it.
York