alarm/firmware-brcm43xx: bcm4330 breaks with --enable_lpm

Signed-off-by: Paolo Pisati <p.pisati@gmail.com>
This commit is contained in:
Paolo Pisati 2015-03-06 14:44:00 +00:00
parent fc06e1d4ed
commit 0361945211
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ md5sums=('bf01292eec17815baa68a83d3d7722ad'
'ff27325602dc223203adfdd23a89844b'
'8e32f9168aaa540467589c153129c57a'
'627e9612337e5ef6027a87a79c491446'
'2c2d2288e519e605a7f0d04c4e0dc720'
'c318d1d7cc65e89d5238e7c9ec0f4bfc'
'a1bd492bdafced5b41abe4bdebbb07e2'
'cb3cbf6ee612e711d4b2c578d93fdae5'
'f21bddcbe8c4e1dedaf31e2959b284d9')

2
alarm/firmware-brcm43xx/brcm43xx-firmware-update Normal file → Executable file
View file

@ -28,7 +28,7 @@ fi
HCD_BASE=$(basename "$HCD")
# Device specific options
[ "$HCD_BASE" = "bcm4330.hcd" ] && OPTIONS="--no2bytes --enable_lpm --tosleep=50000 $OPTIONS"
[ "$HCD_BASE" = "bcm4330.hcd" ] && OPTIONS="--no2bytes --tosleep=50000 $OPTIONS"
[ ! -e "$HCD" ] && HCD="/lib/firmware/brcm/${HCD_BASE}"
if [ ! -e "$HCD" ]; then