From 82d882eef0939ff98622dc8ec1ae724ae65befbc Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Thu, 10 May 2018 00:13:09 +0530 Subject: [PATCH] board: amarula: vyasa: Give raw space for falcon mode RK3288 Vyasa board support falcon mode in U-Boot and SD layout start from 16MB offset for args and 17MB for uImage. So give full u-boot partition space as 30M so-that it can occupy bigger uImage file and doesn't overlap rootfs partition. [Peter: use # as comment character, clarify comment wording] Reported-by: Shyam Saini Tested-by: Shyam Saini Signed-off-by: Jagan Teki Signed-off-by: Shyam saini Signed-off-by: Peter Korsgaard --- board/amarula/vyasa/genimage.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/board/amarula/vyasa/genimage.cfg b/board/amarula/vyasa/genimage.cfg index fa41de3672..e7076679da 100644 --- a/board/amarula/vyasa/genimage.cfg +++ b/board/amarula/vyasa/genimage.cfg @@ -12,6 +12,7 @@ image sdcard.img { in-partition-table = "no" image = "u-boot-dtb.img" offset = 8M + size = 30M # falcon mode: args @ 16M args, uImage @ 17M } partition rootfs { -- 2.30.2