Commit 5b0d0d5
authored
Commit 32ccac5 intended to replace a symlink with a regular
Kconfig file, but git saved the new content as the symlink's target
string, producing a broken symlink. ls reports mode lrwxr-xr-x and
the "target" is the 717-byte Kconfig body, so the path is
unresolvable and the MCUboot build fails with
'undefined reference to __device_dts_ord_149'.
Replace the broken symlink with a regular file holding the same
content. The body is byte-identical to
omi/firmware/bootloader/mcuboot/mcuboot.conf, so this matches what a
correct symlink would have resolved to.
Fixes #6350
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
1 parent 4b230d3 commit 5b0d0d5
1 file changed
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments