]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/u-boot/rpi/u-boot-2018.03_add_rpi3-b-plus.patch
Revert "boost: Build with -O2 only"
[ipfire-2.x.git] / src / patches / u-boot / rpi / u-boot-2018.03_add_rpi3-b-plus.patch
CommitLineData
959b404e
AF
1diff -Naur u-boot-2018.03.org/board/raspberrypi/rpi/rpi.c u-boot-2018.03/board/raspberrypi/rpi/rpi.c
2--- u-boot-2018.03.org/board/raspberrypi/rpi/rpi.c 2018-03-13 13:02:19.000000000 +0100
3+++ u-boot-2018.03/board/raspberrypi/rpi/rpi.c 2018-05-14 13:40:38.418660145 +0200
4@@ -111,6 +111,11 @@
5 DTB_DIR "bcm2835-rpi-zero-w.dtb",
6 false,
7 },
8+ [0xD] = {
9+ "3 Model B+",
10+ DTB_DIR "bcm2837-rpi-3-b-plus.dtb",
11+ true,
12+ },
13 };
14
15 static const struct rpi_model rpi_models_old_scheme[] = {