diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-11-17 13:37:14 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-17 21:20:53 +0100 |
commit | 90d1299a18a375602b98a8e6d2ad9a651a4d8a61 (patch) | |
tree | 6005d3e36145e66ea5b51ed1369ec372e6fd5c31 /board | |
parent | dd5f8b25d4c80b26a195204e75407a7c0e12f7e5 (diff) |
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 <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/qemu/microblazebe-mmu/linux-4.3.config | 1 | ||||
-rw-r--r-- | board/qemu/microblazeel-mmu/linux-4.3.config | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/qemu/microblazebe-mmu/linux-4.3.config b/board/qemu/microblazebe-mmu/linux-4.3.config index 6b4ff2227..7bcd38206 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 c7d6b305b..a6228280b 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 |