RE: [PATCH] ls1021a: Set CONFIG_SYS_BOOTMAPSZ to the memory for relocation

2020-03-30 Thread Priyanka Jain (OSS)
>-Original Message- >From: U-Boot On Behalf Of Alison Wang >Sent: Monday, February 3, 2020 12:55 PM >To: Priyanka Jain ; Jagdish Gediya >; Xiaobo Xie ; u- >b...@lists.denx.de >Cc: Alison Wang >Subject: [PATCH] ls1021a: Set CONFIG_SYS_BOOTMAPSZ to the memory for &

Re: [PATCH] ls1021a: Set CONFIG_SYS_BOOTMAPSZ to the memory for relocation

2020-02-03 Thread Tom Rini
On Mon, Feb 03, 2020 at 03:25:19PM +0800, Alison Wang wrote: > This patch sets CONFIG_SYS_BOOTMAPSZ to the amount of memory available > to safely contain a kernel, device tree and initrd for relocation. The > way to set fdt_high as 0x to disable device tree relocation is > removed. > > Si

[PATCH] ls1021a: Set CONFIG_SYS_BOOTMAPSZ to the memory for relocation

2020-02-02 Thread Alison Wang
This patch sets CONFIG_SYS_BOOTMAPSZ to the amount of memory available to safely contain a kernel, device tree and initrd for relocation. The way to set fdt_high as 0x to disable device tree relocation is removed. Signed-off-by: Alison Wang --- include/configs/ls1021aiot.h | 5 +++-- inc