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:
Juan RP 2015-02-10 18:45:34 +01:00
parent 267966d443
commit ae41855b31
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -3,7 +3,7 @@ _githash="a43480416153e88e8499ae85e4a760dcaa4a5810"
_gitshort="${_githash:0:7}"
pkgname=rpi-firmware
version=20150209
version=20150210
revision=1
noarch=yes
wrksrc="firmware-${_githash}"