Commit e3f41d4
fel-lib: Fix parsing scratchpad field
Field has 32 bits, not 16, as it is currently handled. This fixes
scratchpad address print when using "sunxi-fel ver" command on A523.
Before it printed "0x1500" and afterwards "0x61500", which makes much
more sense and it was verified by BROM disassembly.
Signed-off-by: Jernej Skrabec <[email protected]>1 parent f88e5fe commit e3f41d4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments