From patchwork Tue Jan 28 22:05:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jorge Ramirez-Ortiz, Foundries" X-Patchwork-Id: 240431 List-Id: U-Boot discussion From: jorge at foundries.io (Jorge Ramirez-Ortiz) Date: Tue, 28 Jan 2020 23:05:28 +0100 Subject: [PATCH] configs: db820c: set bootm_size Message-ID: <20200128220528.8249-1-jorge@foundries.io> set bootm_size to the memory available to safely contain a kernel, device tree and initrd for relocation. Signed-off-by: Jorge Ramirez-Ortiz --- 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 */