diff --git a/BaS_gcc/bas.lk.in b/BaS_gcc/bas.lk.in index fd9989f..5192220 100644 --- a/BaS_gcc/bas.lk.in +++ b/BaS_gcc/bas.lk.in @@ -140,10 +140,9 @@ SECTIONS /* Memory mapped registers */ __MBAR = 0xFF000000; - //__MBAR = 0x80000000; /* 32KB on-chip System SRAM */ - __SYS_SRAM = 0xFF010000; + __SYS_SRAM = __MBAR + 0x10000; __SYS_SRAM_SIZE = 0x00008000; /* MMU memory mapped registers */