qemu: boot from mtd using mtd2block

doesn't make much difference for squashfs but this will make it much
simpler to test jffs2/ubifs
This commit is contained in:
Daniel Barlow 2023-04-02 18:49:40 +01:00
parent 07e7d63ade
commit 342c87b256
3 changed files with 35 additions and 16 deletions

View file

@ -25,6 +25,11 @@
CPU_BIG_ENDIAN= "y";
CPU_MIPS32_R2= "y";
MTD = "y";
MTD_BLOCK2MTD = "y";
MTD_BLKDEVS = "y";
MTD_BLOCK = "y";
SQUASHFS = "y";
SQUASHFS_XZ = "y";