Commit 3539caa
committed
raspberry-pi: fix DTB name mapping for U-Boot compatibility
- Gate DTB copies on rpiVersion instead of host architecture, skipping
the workaround entirely for Pi 4+ where vendor and upstream names match
- Fix bcm2835-rpi-zero.dtb: was incorrectly sourced from bcm2708-rpi-b-plus
(overwriting an earlier copy from bcm2708-rpi-zero-w); now uses the
correct bcm2708-rpi-zero.dtb
- Remove unused bcm2711-rpi-4-b.dtb -> bcm2838-rpi-4-b.dtb copy: U-Boot
already uses bcm2711-rpi-4-b.dtb which the vendor kernel provides, and
nothing references bcm2838-*
See: https://github.com/u-boot/u-boot/blob/master/board/raspberrypi/rpi/rpi.c1 parent 2096f3f commit 3539caa
1 file changed
Lines changed: 33 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
0 commit comments