We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17aad9f commit 4909391Copy full SHA for 4909391
hw/riscv/sifive_u.c
@@ -80,10 +80,10 @@ static const struct MemmapEntry {
80
[SIFIVE_U_UART1] = { 0x10011000, 0x1000 },
81
[SIFIVE_U_GPIO] = { 0x10060000, 0x1000 },
82
[SIFIVE_U_OTP] = { 0x10070000, 0x1000 },
83
- [SIFIVE_U_FLASH0] = { 0x20000000, 0x10000000 },
84
- [SIFIVE_U_DRAM] = { 0x80000000, 0x0 },
85
[SIFIVE_U_GEM] = { 0x10090000, 0x2000 },
86
[SIFIVE_U_GEM_MGMT] = { 0x100a0000, 0x1000 },
+ [SIFIVE_U_FLASH0] = { 0x20000000, 0x10000000 },
+ [SIFIVE_U_DRAM] = { 0x80000000, 0x0 },
87
};
88
89
#define OTP_SERIAL 1
0 commit comments