
On Sun, Nov 18, 2018 at 5:13 PM Linus Walleij linus.walleij@linaro.org wrote:
On Fri, Nov 16, 2018 at 5:42 PM Otavio Salvador otavio.salvador@ossystems.com.br wrote:
On Fri, Nov 16, 2018 at 1:03 PM Tom Rini trini@konsulko.com 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 linus.walleij@linaro.org Signed-off-by: Otavio Salvador otavio@ossystems.com.br
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
I prepared a new patch which does this to all vexpress configurations, so it doesn't diverges.
Please take a look and let me know what do you think.