[U-Boot] [PATCH] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS

Edward L Swarthout ed.swarthout at nxp.com
Fri Aug 5 18:51:26 CEST 2016


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


More information about the U-Boot mailing list