
On Mon, Nov 26, 2018 at 01:56:16PM +0000, Liviu Dudau wrote:
On Tue, Nov 20, 2018 at 04:47:12PM -0200, Otavio Salvador wrote:
This allow for convenient use of QEMU machine to test loading of UBI filesystem. There are a couple of changes made together of this which are required:
The malloc must be at least 512 KiB to allow the use of UBI filesystem. We are going to enable it in a next patch.
MTD_DEVICE must be enabled, otherwise we get missing symbols during the build
Following configs were change:
- vexpress_aemv8a_dram_defconfig
- vexpress_aemv8a_juno_defconfig
- vexpress_aemv8a_semi_defconfig
- vexpress_ca15_tc2_defconfig
- vexpress_ca5x2_defconfig
- vexpress_ca9x4_defconfig
Signed-off-by: Otavio Salvador otavio@ossystems.com.br
Acked-by: Liviu Dudau liviu.dudau@arm.com
I don't have a git tree to send pull requests from, usually Linaro (Linus?) handled these, so I need to know if you're OK with getting this patch merged into U-Boot mainline.
I'll pick it up soon then, thanks!