diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-02-15 00:59:03 +0100 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-02-15 00:59:03 +0100 |
| commit | 45da195cf675d0b4054aeeabf7b9c0daf798841d (patch) | |
| tree | 96c0226559e468d00d667e835e0a4c0d25a97015 /include/common.h | |
| parent | 94a78da26ce17af61fbb2b620de51ba79bc80597 (diff) | |
| parent | 67a4389e39ad853d65b72e2b7cad15c7e8291147 (diff) | |
| download | olio-uboot-2014.01-45da195cf675d0b4054aeeabf7b9c0daf798841d.tar.xz olio-uboot-2014.01-45da195cf675d0b4054aeeabf7b9c0daf798841d.zip | |
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 93e3f7a06..cd8aad090 100644 --- a/include/common.h +++ b/include/common.h @@ -391,7 +391,7 @@ void icache_disable(void); int dcache_status (void); void dcache_enable (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); void trap_init (ulong); #if defined (CONFIG_4xx) || \ |