
-----Original Message----- From: york sun Sent: Friday, August 05, 2016 9:47 PM To: Pratiyush Srivastava pratiyush.srivastava@nxp.com; u- boot@lists.denx.de Cc: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com Subject: Re: [PATCH] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS
On 08/05/2016 02:47 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
include/configs/ls1012a_common.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/include/configs/ls1012a_common.h
b/include/configs/ls1012a_common.h
index fba2fac..78f4f9b 100644 --- a/include/configs/ls1012a_common.h +++ b/include/configs/ls1012a_common.h @@ -111,14 +111,12 @@ "hwconfig=fsl_ddr:bank_intlv=auto\0" \ "loadaddr=0x80100000\0" \ "kernel_addr=0x100000\0" \
- "ramdisk_addr=0x800000\0" \
- "ramdisk_size=0x2000000\0" \ "fdt_high=0xffffffffffffffff\0" \ "initrd_high=0xffffffffffffffff\0" \ "kernel_start=0xa00000\0" \ "kernel_load=0xa0000000\0" \ "kernel_size=0x2800000\0" \
- "console=ttyAMA0,38400n8\0"
- "console=ttyAMA0,115200n8\0"
Is console variable correct here?
[Pratiyush>] I will remove it ...
#define CONFIG_BOOTARGS "console=ttyS0,115200
root=/dev/ram0 " \
console is different here.
"earlycon=uart8250,mmio,0x21c0500"
York