]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/u-boot/rpi/u-boot-2018.03_add_rpi3-b-plus.patch
fceef77386f334396e1f1091b479f90e9425f69b
[ipfire-2.x.git] / src / patches / u-boot / rpi / u-boot-2018.03_add_rpi3-b-plus.patch
1 diff -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[] = {