[U-Boot] [PATCH] ls1012a: Some Bootargs and env variables added for booting kernel
York Sun
york.sun at nxp.com
Tue Apr 18 17:06:05 UTC 2017
On 04/18/2017 09:41 AM, Bhaskar U wrote:
>
> I don't know what you were trying to do. This patch is non-sense.
> [Bhaskar] Hi York, The intension of the patch is to add ramdisk_size=0x2000000 in bootargs, so is it OK to just add " ramdisk_size=0x2000000" in the bootargs and remove whatever else have been added in this patch ?
ramdisk_size is a Linux kernel command line parameter. You can pass it
to kernel using bootargs. You don't need a default variable for it. If
this is for your own use, you can save bootargs locally. You don't have
to update the default variable.
York
More information about the U-Boot
mailing list