Skip to content
Snippets Groups Projects
Commit f33e9653 authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Wolfgang Denk
Browse files

Fix compile warning on lib_ppc/board.c

parent e5c6f9f8
No related branches found
No related tags found
No related merge requests found
...@@ -391,7 +391,7 @@ void icache_disable(void); ...@@ -391,7 +391,7 @@ void icache_disable(void);
int dcache_status (void); int dcache_status (void);
void dcache_enable (void); void dcache_enable (void);
void dcache_disable(void); void dcache_disable(void);
void relocate_code (ulong, gd_t *, ulong); void relocate_code (ulong, gd_t *, ulong) __attribute__ ((noreturn));
ulong get_endaddr (void); ulong get_endaddr (void);
void trap_init (ulong); void trap_init (ulong);
#if defined (CONFIG_4xx) || \ #if defined (CONFIG_4xx) || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment