demo: BIOS: fix RAM sizes

parent 0ed26a85
......@@ -4,8 +4,8 @@ ENTRY(_start)
__DYNAMIC = 0;
MEMORY {
bram : ORIGIN = 0x00000000, LENGTH = 0x80000
sram : ORIGIN = 0x40000000, LENGTH = 0x80000
bram : ORIGIN = 0x00000000, LENGTH = 0x4000
sram : ORIGIN = 0x40000000, LENGTH = 0x4000
}
SECTIONS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment