Commit 425e22b
boot/zephyr: fix compilation errors in logging.
Both static `boot_image_validate_once()` functions in the Zephyr
application have a flash area parameter named `fa_p`, not `fap_p`. This
presumably went unnoticed because these functions are only compiled when
`MCUBOOT_VALIDATE_PRIMARY_SLOT_ONCE` is defined.
Signed-off-by: Samuel Coleman <samuel.coleman@rbr-global.com>1 parent ec26273 commit 425e22b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments