From: Jagan Teki Date: Wed, 9 May 2018 18:43:09 +0000 (+0530) Subject: board: amarula: vyasa: Give raw space for falcon mode X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82d882eef0939ff98622dc8ec1ae724ae65befbc;p=buildroot.git 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 --- 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 {