|
@@ -530,7 +530,11 @@ int dcache_status (void);
|
|
void dcache_enable (void);
|
|
void dcache_enable (void);
|
|
void dcache_disable(void);
|
|
void dcache_disable(void);
|
|
void mmu_disable(void);
|
|
void mmu_disable(void);
|
|
-void relocate_code (ulong, gd_t *, ulong) __attribute__ ((noreturn));
|
|
|
|
|
|
+void relocate_code(ulong, gd_t *, ulong)
|
|
|
|
+#if !defined(CONFIG_ARM)
|
|
|
|
+__attribute__ ((noreturn))
|
|
|
|
+#endif
|
|
|
|
+;
|
|
ulong get_endaddr (void);
|
|
ulong get_endaddr (void);
|
|
void trap_init (ulong);
|
|
void trap_init (ulong);
|
|
#if defined (CONFIG_4xx) || \
|
|
#if defined (CONFIG_4xx) || \
|