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
|
#core_freq=500
|
||||||
#sdram_freq=500
|
#sdram_freq=500
|
||||||
#over_voltage=6
|
#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'
|
# Template file for 'rpi-firmware'
|
||||||
pkgname=rpi-firmware
|
pkgname=rpi-firmware
|
||||||
version=20130913
|
version=20130923
|
||||||
revision=1
|
revision=1
|
||||||
_githash="7d8a762"
|
_githash="546a928"
|
||||||
short_desc="Firmware files for the Raspberry Pi (git commit: ${_githash})"
|
short_desc="Firmware files for the Raspberry Pi (git ${_githash})"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Propietary -- see /usr/share/licences/${pkgname}/"
|
license="Propietary -- see /usr/share/licences/${pkgname}/"
|
||||||
homepage="https://github.com/raspberrypi/firmware"
|
homepage="https://github.com/raspberrypi/firmware"
|
||||||
|
@ -11,6 +11,8 @@ homepage="https://github.com/raspberrypi/firmware"
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/raspberrypi/firmware.git"
|
local url="git://github.com/raspberrypi/firmware.git"
|
||||||
git clone --depth 1 $url ${pkgname}-${version}
|
git clone --depth 1 $url ${pkgname}-${version}
|
||||||
|
cd ${pkgname}-${version}
|
||||||
|
git checkout ${_githash}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue