From 097620acd0966397a06480b0a2f396bfe5c600eb Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 31 Oct 2013 13:03:24 +0000 Subject: [PATCH] Added 'rootwait ro' as ROOT_DEVICE_PARAMS for uInitramfs on efikamx devices --- devices/efikamx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/efikamx/Makefile b/devices/efikamx/Makefile index ffd5055..cbf870d 100644 --- a/devices/efikamx/Makefile +++ b/devices/efikamx/Makefile @@ -18,7 +18,7 @@ CONSOLE_DEVICE = tty0 ifeq ($(RAMDISK_TYPE), uInitrd) ROOT_DEVICE_PARAMS = root=/dev/ram0 rootwait ro else -ROOT_DEVICE_PARAMS = +ROOT_DEVICE_PARAMS = rootwait ro endif -- 2.26.2