diff mbox

configs/qemu: enable tmpfs for or1k

Message ID 20170127130150.32712-1-gustavo@zacarias.com.ar
State Accepted
Commit 03b93b6c1cc329fc1c40a94a4daba3571e45e6f1
Headers show

Commit Message

Gustavo Zacarias Jan. 27, 2017, 1:01 p.m. UTC
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>
---
 board/qemu/or1k/linux-4.9.config | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Jan. 27, 2017, 1:41 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/board/qemu/or1k/linux-4.9.config b/board/qemu/or1k/linux-4.9.config
index 5ba03c3..0a817b1 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