
28 Jan
2020
28 Jan
'20
11:05 p.m.
set bootm_size to the memory available to safely contain a kernel, device tree and initrd for relocation.
Signed-off-by: Jorge Ramirez-Ortiz jorge@foundries.io --- include/configs/dragonboard820c.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/dragonboard820c.h b/include/configs/dragonboard820c.h index 4256e6f060..d7bfb7a100 100644 --- a/include/configs/dragonboard820c.h +++ b/include/configs/dragonboard820c.h @@ -48,6 +48,7 @@ "ramdisk_addr_r=0x91000000\0"\ "scriptaddr=0x90000000\0"\ "pxefile_addr_r=0x90100000\0"\ + "bootm_size=0x8000000"\ BOOTENV
/* Size of malloc() pool */
--
2.17.1