Commit 2999f9e
system: fix reading console id with SCFG_ROM registers disabled
The code was checking directly on the `SCFG_ROM` register if the console
id register was enabled, but wasn't checking if the `SCFG_ROM` register
was enabled in first place (leading to reading 0 and thinking the
console id was available to be read from the register).1 parent c17c469 commit 2999f9e
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments