CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
bootloader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b06ec1
)
Added 'rootwait ro' as ROOT_DEVICE_PARAMS for uInitramfs on efikamx devices
author
Jose V Beneyto
<sepen@crux.nu>
Thu, 31 Oct 2013 13:03:24 +0000
(13:03 +0000)
committer
Jose V Beneyto
<sepen@crux.nu>
Thu, 31 Oct 2013 13:03:24 +0000
(13:03 +0000)
devices/efikamx/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/devices/efikamx/Makefile
b/devices/efikamx/Makefile
index ffd5055353f864a0c4bf1a26001b2ca1ff1229f4..cbf870dbabf1daa4e3137605029ce633b115da23 100644
(file)
--- 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