From: Gustavo Zacarias Date: Tue, 17 Nov 2015 16:37:14 +0000 (-0300) Subject: configs/qemu: enable tmpfs for microblaze X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90d1299a18a375602b98a8e6d2ad9a651a4d8a61;p=buildroot.git configs/qemu: enable tmpfs for microblaze Otherwise the tmpfs-backed filesystems fail: mount: mounting tmpfs on /dev/shm failed: Invalid argument mount: mounting tmpfs on /tmp failed: Invalid argument mount: mounting tmpfs on /run failed: Invalid argument Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/board/qemu/microblazebe-mmu/linux-4.3.config b/board/qemu/microblazebe-mmu/linux-4.3.config index 6b4ff22279..7bcd382060 100644 --- a/board/qemu/microblazebe-mmu/linux-4.3.config +++ b/board/qemu/microblazebe-mmu/linux-4.3.config @@ -17,3 +17,4 @@ CONFIG_XILINX_EMACLITE=y CONFIG_SERIAL_UARTLITE=y CONFIG_SERIAL_UARTLITE_CONSOLE=y # CONFIG_VGA_CONSOLE is not set +CONFIG_TMPFS=y diff --git a/board/qemu/microblazeel-mmu/linux-4.3.config b/board/qemu/microblazeel-mmu/linux-4.3.config index c7d6b305ba..a6228280bd 100644 --- a/board/qemu/microblazeel-mmu/linux-4.3.config +++ b/board/qemu/microblazeel-mmu/linux-4.3.config @@ -16,3 +16,4 @@ CONFIG_XILINX_EMACLITE=y CONFIG_SERIAL_UARTLITE=y CONFIG_SERIAL_UARTLITE_CONSOLE=y # CONFIG_VGA_CONSOLE is not set +CONFIG_TMPFS=y