rpi-firmware: update to 546a928 git commit; drop GPU/CMA settings and use fw defaults.
This commit is contained in:
parent
8e1a04771e
commit
21e7047381
|
@ -71,10 +71,3 @@
|
|||
#core_freq=500
|
||||
#sdram_freq=500
|
||||
#over_voltage=6
|
||||
|
||||
gpu_mem_512=64
|
||||
gpu_mem_256=128
|
||||
cma_lwm=16
|
||||
cma_hwm=32
|
||||
cma_offline_start=16
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'rpi-firmware'
|
||||
pkgname=rpi-firmware
|
||||
version=20130913
|
||||
version=20130923
|
||||
revision=1
|
||||
_githash="7d8a762"
|
||||
short_desc="Firmware files for the Raspberry Pi (git commit: ${_githash})"
|
||||
_githash="546a928"
|
||||
short_desc="Firmware files for the Raspberry Pi (git ${_githash})"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Propietary -- see /usr/share/licences/${pkgname}/"
|
||||
homepage="https://github.com/raspberrypi/firmware"
|
||||
|
@ -11,6 +11,8 @@ homepage="https://github.com/raspberrypi/firmware"
|
|||
do_fetch() {
|
||||
local url="git://github.com/raspberrypi/firmware.git"
|
||||
git clone --depth 1 $url ${pkgname}-${version}
|
||||
cd ${pkgname}-${version}
|
||||
git checkout ${_githash}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue