finished incorporating sd_card routines

This commit is contained in:
Markus Fröschle
2012-10-24 13:49:22 +00:00
parent bb44af66f0
commit 4b15407ebc
5 changed files with 46 additions and 8 deletions

View File

@@ -75,6 +75,7 @@ SECTIONS {
{
objs/BaS.o(.text)
/* put other routines into the same segment (RAM) as BaS.o */
objs/sd_card_asm.o(.text)
objs/sd_card.o(.text)
objs/mmu.o(.text)
objs/exceptions.o(.text)