From 7bd1b4fc727c71059b32fb96fb7972111bd798cd Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 19 May 2018 11:04:46 +0200 Subject: [PATCH] Update 0002-rpi-add-revision-IDs-for-Pi-3-Model-B-and-Pi-Zero.patch --- ...002-rpi-add-revision-IDs-for-Pi-3-Model-B-and-Pi-Zero.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildroot-external/board/rpi3/patches/barebox/0002-rpi-add-revision-IDs-for-Pi-3-Model-B-and-Pi-Zero.patch b/buildroot-external/board/rpi3/patches/barebox/0002-rpi-add-revision-IDs-for-Pi-3-Model-B-and-Pi-Zero.patch index ca94b6d6e..1f84e6d99 100644 --- a/buildroot-external/board/rpi3/patches/barebox/0002-rpi-add-revision-IDs-for-Pi-3-Model-B-and-Pi-Zero.patch +++ b/buildroot-external/board/rpi3/patches/barebox/0002-rpi-add-revision-IDs-for-Pi-3-Model-B-and-Pi-Zero.patch @@ -2,6 +2,7 @@ This adds basic support at the same feature level as the other supported raspberry pi boards. Signed-off-by: Lucas Stach +Tested-by: Roland Hieber --- arch/arm/boards/raspberry-pi/lowlevel.c | 14 ++++++++++++-- arch/arm/configs/rpi_defconfig | 2 ++ @@ -42,7 +43,7 @@ index 4e71e29e0c0b..5ca0d3877069 100644 + barebox_arm_entry(BCM2835_SDRAM_BASE, SZ_512M, fdt); +} diff --git a/arch/arm/configs/rpi_defconfig b/arch/arm/configs/rpi_defconfig -index 6dc90c59b36d..34070a05abe7 100644 +index f3aef4290425..cd88b4ac751c 100644 --- a/arch/arm/configs/rpi_defconfig +++ b/arch/arm/configs/rpi_defconfig @@ -1,9 +1,11 @@