diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-05-20 12:07:03 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-05-20 12:07:03 +0000 |
commit | b751b5893c5403708ec095abe573ca1797366503 (patch) | |
tree | 2b885ab067d4cf16886914d1abddd9b321deadeb /package | |
parent | 44696a01c7df631945c64a87f61cae638c60f5d8 (diff) | |
download | upstream-b751b5893c5403708ec095abe573ca1797366503.tar.gz upstream-b751b5893c5403708ec095abe573ca1797366503.tar.bz2 upstream-b751b5893c5403708ec095abe573ca1797366503.zip |
brcm2708: make it boot on revision 2 raspberry pis
* update the bootcode.bin to the newest version
- gpu/cpu mem split is now configured through config.txt, so no need
to create more than one sd card image (just edit the config.txt)
- bootcode.bin now supports the never revision 2 raspberry pis
* add a commented prepopulated config.txt for easier config changes
Taken from <https://github.com/Evilpaul/RPi-config>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36668
Diffstat (limited to 'package')
-rw-r--r-- | package/system/brcm2708-gpu-fw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/brcm2708-gpu-fw/Makefile b/package/system/brcm2708-gpu-fw/Makefile index 7a1b622ae2..0b79cd15a9 100644 --- a/package/system/brcm2708-gpu-fw/Makefile +++ b/package/system/brcm2708-gpu-fw/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=brcm2708-gpu-fw -PKG_REV:=6baaefd041f415912dd1868ed45a18904562acec -PKG_VERSION:=20120529 +PKG_REV:=d5b05be2147bf5dc0137798837af24b0bbbe398d +PKG_VERSION:=20130517 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_REV).tar.gz PKG_SOURCE_URL:=https://github.com/Hexxeh/rpi-firmware/archive/ -PKG_MD5SUM:=12f8bc52bfbe5f569108263562219fa1 +PKG_MD5SUM:=9b0ce0a530e237f4c6fe43a36ccf57c3 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/rpi-firmware-$(PKG_REV) |