Re: [U-Boot] [PATCH] powerpc: configs: Set initrd_high environment varible

2018-03-15 Thread Tom Rini
On Thu, Mar 15, 2018 at 01:55:02PM +0530, Prabhakar Kushwaha wrote: > commit 20e072f37402 ("image: check "bootm_low" and "bootm_size" if > "initrd_high" is missing"), forces to check "bootm_low" and > "bootm_size" if "initrd_high" is missing. It causes Linux boot up > failure with ramdisk size >

[U-Boot] [PATCH] powerpc: configs: Set initrd_high environment varible

2018-03-15 Thread Prabhakar Kushwaha
commit 20e072f37402 ("image: check "bootm_low" and "bootm_size" if "initrd_high" is missing"), forces to check "bootm_low" and "bootm_size" if "initrd_high" is missing. It causes Linux boot up failure with ramdisk size > 90MB. So setting initrd_high to avoid rootfs relocation. Signed-off-by: