diff options
author | Frank Hunleth <fhunleth@troodon-software.com> | 2015-02-10 22:06:13 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-14 10:11:33 +0100 |
commit | c485d8a3d11616709e23ae959341a3e6c16e9dcd (patch) | |
tree | d6c82bdeb91b4f873f0696a4090f051df6fd6438 | |
parent | 43a643a17cda32955e782ce500846f34f620b930 (diff) | |
download | buildroot-c485d8a3d11616709e23ae959341a3e6c16e9dcd.tar.gz buildroot-c485d8a3d11616709e23ae959341a3e6c16e9dcd.zip |
boards/raspberrypi: update dt kernel sha1
The sha1 used for the DT enabled kernel is no longer available
(presumably, the rpi-3.18.y branch was rebased recently.) This updates
it to the lastest sha1 in the rpi-3.18.y branch.
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/raspberrypi_dt_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/raspberrypi_dt_defconfig b/configs/raspberrypi_dt_defconfig index 956b215c1b..d841a2be8c 100644 --- a/configs/raspberrypi_dt_defconfig +++ b/configs/raspberrypi_dt_defconfig @@ -4,7 +4,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="b9c9f8fc69aaba236169798c18dc1590fccf7acd" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="03d0d9c73c17f74a7afa64ed9f022565e89b8dd5" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/raspberrypi/linux-3.18-rpi-dt.defconfig" BR2_LINUX_KERNEL_ZIMAGE=y |