Commit 8fe0fb5
committed
[bkdr_loader,rtl] Fix tgt_idx_err
tgt_idx_err was not set when the index exceeded NumBkdrTgts because it
was casted to a logic with fewer bits. The enum is now changed to an 8b
enum such that the cast is not dropping any bits.
Signed-off-by: Michael Gautschi <mgautschi@lowrisc.org>1 parent e0950bf commit 8fe0fb5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments