Move debug rom link map to the right place.
[riscv-isa-sim.git] / debug_rom / link.ld
index 356099c682171ba1d5aa6152706399f198fdf87a..aba6ae802e13f23a2c8edaf656f8535255a0fd53 100644 (file)
@@ -2,7 +2,7 @@ OUTPUT_ARCH( "riscv" )
 ENTRY( entry )
 SECTIONS
 {
-    . = 0xfffff800;     /* TODO: 0x800 */
+    . = 0x800;
     .text :
     {
         *(.text)