summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2017-01-27 10:01:50 -0300
committerPeter Korsgaard <peter@korsgaard.com>2017-01-27 14:17:11 +0100
commit03b93b6c1cc329fc1c40a94a4daba3571e45e6f1 (patch)
tree0884fb45d52c307310c0ae217007640e505e90c1 /board
parent84629596474896990820af0ac992bccec749d2ec (diff)
configs/qemu: enable tmpfs for or1k
This is used by buildroot default initscripts and results in some ugly errors on startup otherwise. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board')
-rw-r--r--board/qemu/or1k/linux-4.9.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/qemu/or1k/linux-4.9.config b/board/qemu/or1k/linux-4.9.config
index 5ba03c379..0a817b1e7 100644
--- a/board/qemu/or1k/linux-4.9.config
+++ b/board/qemu/or1k/linux-4.9.config
@@ -14,6 +14,7 @@ CONFIG_IP_MULTICAST=y
# CONFIG_WIRELESS is not set
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
+CONFIG_TMPFS=y
CONFIG_NETDEVICES=y
CONFIG_ETHOC=y
# CONFIG_WLAN is not set