Skip to content

Commit

Permalink
increase the RAM Disk Region from 32 MB to 40 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Feb 12, 2024
1 parent 959a0ac commit 2845379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/risc-v/bl808/ox64/scripts/ld.script
Expand Up @@ -23,7 +23,7 @@ MEMORY
kflash (rx) : ORIGIN = 0x50200000, LENGTH = 2048K /* w/ cache */
ksram (rwx) : ORIGIN = 0x50400000, LENGTH = 2048K /* w/ cache */
pgram (rwx) : ORIGIN = 0x50600000, LENGTH = 4096K /* w/ cache */
ramdisk (rwx) : ORIGIN = 0x50A00000, LENGTH = 32M /* w/ cache */
ramdisk (rwx) : ORIGIN = 0x50A00000, LENGTH = 40M /* w/ cache */
}

OUTPUT_ARCH("riscv")
Expand Down

0 comments on commit 2845379

Please sign in to comment.