diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-07-07 15:13:25 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-07 21:38:32 +0200 |
commit | 04388c40c50c24b87df7f5bd920ee023ece5d33f (patch) | |
tree | 2a5eafcbc029b6c4f686cfa378951326f084beb9 /configs | |
parent | 7ca310b0a0a38f193f573aac65628adac57ebf49 (diff) | |
download | buildroot-novena-04388c40c50c24b87df7f5bd920ee023ece5d33f.tar.gz buildroot-novena-04388c40c50c24b87df7f5bd920ee023ece5d33f.zip |
config/rpi: bump kernel
Misc fixes and enhancements:
- faster image blitting in framebuffer
- USB fixes, and use of FIQ instead of plain IRQ
- generic ARM fixes for memset
- BT l2cap fix
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rpi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index 40fd333e9..3df440fa6 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -17,7 +17,7 @@ BR2_DEFAULT_KERNEL_VERSION="3.6.11" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://github.com/raspberrypi/linux.git" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="5516fc2" +BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="53f7e0b" BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi" BR2_LINUX_KERNEL_ZIMAGE=y |