rpi-firmware: rework cmdline.txt and remove rootfstype.
somehow this is the reason of rootfs with f2fs not booting at all
This commit is contained in:
parent
267966d443
commit
ae41855b31
|
@ -1 +1 @@
|
|||
smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 loglevel=4 elevator=noop rootwait
|
||||
root=/dev/mmcblk0p2 rw rootwait console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 loglevel=4 elevator=noop
|
||||
|
|
|
@ -3,7 +3,7 @@ _githash="a43480416153e88e8499ae85e4a760dcaa4a5810"
|
|||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=rpi-firmware
|
||||
version=20150209
|
||||
version=20150210
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="firmware-${_githash}"
|
||||
|
|
Loading…
Reference in New Issue