diff mbox

[2/4] configs: bump kernel use for RPi, use simpler defconfig

Message ID 92b005253312c4d36732e01a60a9fdf6ec6660cc.1378330371.git.yann.morin.1998@free.fr
State Accepted
Commit a10d2c5c40f361eef777a1a7fa0fd88b67efa825
Headers show

Commit Message

Yann E. MORIN Sept. 4, 2013, 9:35 p.m. UTC
From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Bump for a slew of USB-related and other fixes.

The bcmrpi defconfig is a huge beast with lots of superfluous drivers.
The brcmrpi_quick defconfig is a stripped down minimalist defconfig with
all that is needed to bring up a RPi with complete HW support, and
nothing superfluous, which is what we need for a board's defconfig in
buildroot.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 configs/rpi_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Sept. 5, 2013, 1:43 p.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 Yann> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
 Yann> Bump for a slew of USB-related and other fixes.

 Yann> The bcmrpi defconfig is a huge beast with lots of superfluous drivers.
 Yann> The brcmrpi_quick defconfig is a stripped down minimalist defconfig with
 Yann> all that is needed to bring up a RPi with complete HW support, and
 Yann> nothing superfluous, which is what we need for a board's defconfig in
 Yann> buildroot.

Committed, thanks.
diff mbox

Patch

diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index 9d608f1..2b19673 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="0006326"
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="1587f77"
 BR2_LINUX_KERNEL_USE_DEFCONFIG=y
-BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
+BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi_quick"
 BR2_LINUX_KERNEL_ZIMAGE=y