
5 Aug
2016
5 Aug
'16
6:51 p.m.
From: york sun:
On 08/05/2016 02:47 AM, Pratiyush Mohan Srivastava wrote:
Remove ramdisk_addr, ramdisk_size and update UART baud-rate.
...
+++ b/include/configs/ls1012a_common.h
...
- "ramdisk_addr=0x800000\0" \ - "ramdisk_size=0x2000000\0" \ "fdt_high=0xffffffffffffffff\0" \ "initrd_high=0xffffffffffffffff\0" \
While you are fixing these, can you remove the earlier 32-bit initrd_high=0xffffffff?
- "console=ttyAMA0,38400n8\0" + "console=ttyAMA0,115200n8\0"
Is console variable correct here?
Might as well just delete it since $console is not used in BOOTARGS.
Ed