summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include
diff options
context:
space:
mode:
authorIngo Albrecht2010-04-18 08:29:13 +0200
committerIngo Albrecht2010-07-20 14:41:20 +0200
commit41137ab3e53594a6542138f7a44e818c132864eb (patch)
treed074e313f1a59c0c8479efa3ad819913ba4b086e /src/target/firmware/include
parentfirmware: flash programming (diff)
downloadosmocom-41137ab3e53594a6542138f7a44e818c132864eb.tar.gz
osmocom-41137ab3e53594a6542138f7a44e818c132864eb.tar.xz
osmocom-41137ab3e53594a6542138f7a44e818c132864eb.zip
firmware: establish a ramtext section for code that must be in ram
Diffstat (limited to 'src/target/firmware/include')
-rw-r--r--src/target/firmware/include/defines.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/target/firmware/include/defines.h b/src/target/firmware/include/defines.h
index b394516..f9dc5cf 100644
--- a/src/target/firmware/include/defines.h
+++ b/src/target/firmware/include/defines.h
@@ -14,8 +14,6 @@
/* force placement in zero-waitstate memory */
/* XXX: these are placeholders */
-#define __fast_text
-#define __fast_data
-#define __fast_bss
+#define __ramtext __section(".ramtext")
#endif /* !_DEFINES_H */