Commit aa33b8d
committed
pieeprom-2026-06-29: 2712: Fix auto_initramfs take 3 (latest)
* Fix auto_initramfs take 3
The previous fix to avoid a double os_prefix in the initramfs path was
wrong in three ways:
1. It ignored the os_prefix when checking for the existence of the
matching initramfs file.
2. It didn't use any absolute path in kernel_file= when looking for the
initramfs.
3. It created a whole new path when one already existed.
See: https://forums.raspberrypi.com/viewtopic.php?t=399185
* Revert "arm_ldconfig: Avoid double os_prefix on initramfs"
This reverts commit 3992d6660028925ddde17479ddd949a857ef6cd7.
See: https://forums.raspberrypi.com/viewtopic.php?t=399185
* dtoverlay: Permit writing dtb phandles
Overwriting a phandle in a base DTB is usual a bad idea, but there are
cases where doing so (or writing one into a target node that doesn't
yet have one) can be useful. Rather than trying to do something clever
and/or time-consuming, invent a magic property that enables such
overwriting on a per-fragment basis.1 parent 32e85ed commit aa33b8d
4 files changed
Lines changed: 22 additions & 0 deletions
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
3 | 24 | | |
4 | 25 | | |
5 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments