Commit 58160e9
committed
bootloader: bl_boot: Fix faulty boot logic
Fixes faulty boot logic that would do a return after changing
vector addresses and a clear call stack which has undefined
opeation. Also adds an error message when forwarding externally
required APIs fails so it is visible to the user
Signed-off-by: Jamie McCrae <[email protected]>1 parent 0479f08 commit 58160e9
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
| |||
158 | 163 | | |
159 | 164 | | |
160 | 165 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
0 commit comments