Commit abc68a5
authored
Fix sysman only init to disallow retrieval of loader context due to version compatibility (#334)
- Given the static loader will no longer call the sysman apis directly,
but thru the dynamic loader, split sysman drivers will be done by the
dynamic loader and assignment in the static loader is not needed.
- When the context read from the loader was newer than the context locally, the memory
assignment was invalid causing issues.
Signed-off-by: Neil R. Spruit <[email protected]>1 parent bf5a36f commit abc68a5
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | 179 | | |
184 | 180 | | |
185 | 181 | | |
186 | | - | |
| 182 | + | |
187 | 183 | | |
188 | 184 | | |
189 | 185 | | |
| |||
0 commit comments