Skip to content

Commit

Permalink
[board] fix avaota 86box work
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored and SamulKyull committed Feb 9, 2025
1 parent 36dbdfd commit 6169e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/chips/sun8iw20/sys-dram.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ static void mctl_phy_ac_remapping(dram_para_t *para) {
cfg = ac_remapping_tables[0];
} else if (para->dram_tpr13 & 0xc0000) {
printk_debug("DDR Using MAP: 7 \n");
cfg = ac_remapping_tables[10];
cfg = ac_remapping_tables[7];
} else if (para->dram_tpr13 & 0x0c000) {
printk_debug("DDR Using MAP: 10 (86Box)\n");
cfg = ac_remapping_tables[10];
Expand Down

0 comments on commit 6169e13

Please # to comment.