Eradicate all occurences of hardcoded memory addresses from all sources files, except for the FPGA bitstream fallback

This commit is contained in:
henryk@ploetzli.ch 2009-08-31 14:52:59 +00:00
commit e3ae025783
7 changed files with 26 additions and 13 deletions

View file

@ -6,5 +6,8 @@
.global ramstart
ramstart:
ldr sp, = 0x0020FFF8
ldr sp, .stack_end
bl BootROM
.stack_end:
.word _stack_end