From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Date: Sun, 18 Nov 2018 20:13:03 +0100 Subject: [U-Boot] [U-Boot, v2, 1/6] ARM: vexpress-ca9x4_defconfig: Enable CMD_UBI support In-Reply-To: References: <20181023133556.10437-1-otavio@ossystems.com.br> <20181116150351.GA11247@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Nov 16, 2018 at 5:42 PM Otavio Salvador wrote: > On Fri, Nov 16, 2018 at 1:03 PM Tom Rini wrote: > > On Tue, Oct 23, 2018 at 10:35:51AM -0300, Otavio Salvador wrote: > > > This allow for convenient use of QEMU machine to test loading of UBI > > > filesystem. > > > > > > Acked-by: Linus Walleij > > > Signed-off-by: Otavio Salvador > > > > NAK: > > 09:59:16 +make O=/home/jenkins/u-boot/build-vexpress_ca9x4 -s vexpress_ca9x4_defconfig > > 09:59:16 +make O=/home/jenkins/u-boot/build-vexpress_ca9x4 -s -j8 > > 09:59:16 ../drivers/mtd/ubi/build.c:57:2: error: #error Malloc area too small for UBI, increase CONFIG_SYS_MALLOC_LEN to >= 512k > > 09:59:16 #error Malloc area too small for UBI, increase CONFIG_SYS_MALLOC_LEN to >= 512k > > 09:59:16 ^~~~~ > > 09:59:16 ../scripts/Makefile.build:278: recipe for target 'drivers/mtd/ubi/build.o' failed > > It used to work fine, it is likely a side effect of a new change. > > Linus, it is fine for me to update the malloc length? I THINK so but check with the ARM people! I guess, just send a patch for it and see what they say :D Yours, Linus Walleij