]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: vexpress_*_defconfig: Enable CMD_UBI support
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 20 Nov 2018 18:47:12 +0000 (16:47 -0200)
committerTom Rini <trini@konsulko.com>
Tue, 27 Nov 2018 03:52:13 +0000 (22:52 -0500)
commit1325e7c12a26ac0fc02804a0d272a1415aa2a194
treee3dd601cb08a911cfe3eb3fb3d029764d05ecb1a
parentf4d16d6b38a86893f4fc36e0e6fc3fa84fd8be1f
ARM: vexpress_*_defconfig: Enable CMD_UBI support

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:

 1) 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.

 2) 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>
configs/vexpress_aemv8a_dram_defconfig
configs/vexpress_aemv8a_juno_defconfig
configs/vexpress_aemv8a_semi_defconfig
configs/vexpress_ca15_tc2_defconfig
configs/vexpress_ca5x2_defconfig
configs/vexpress_ca9x4_defconfig
include/configs/vexpress_common.h