From 499551a8e663659ef9ab3b3ebcbb92a9e7004726 Mon Sep 17 00:00:00 2001 From: Michal Mazurek Date: Tue, 11 Jul 2017 11:56:32 +0200 Subject: [PATCH] chip-u-boot-scr: Bump the limit to fit a resin image. Signed-off-by: Michal Mazurek --- recipes-bsp/chip-u-boot-scr/chip-u-boot-scr.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/chip-u-boot-scr/chip-u-boot-scr.bb b/recipes-bsp/chip-u-boot-scr/chip-u-boot-scr.bb index 6945c42..29b1ece 100644 --- a/recipes-bsp/chip-u-boot-scr/chip-u-boot-scr.bb +++ b/recipes-bsp/chip-u-boot-scr/chip-u-boot-scr.bb @@ -19,7 +19,8 @@ UBI_MEMIMG_ADDR = "0x4b000000" UBI_FLASH_ADDR = "0x1000000" OOB_SIZE = "1664" SCRIPTADDR = "0x43100000" -UBI_SIZE="0x0A000000" +# max supported image size +UBI_SIZE ?= "0x0F000000" do_compile[depends] += "u-boot-chip:do_deploy" do_compile() {