* [U-Boot-Users] [PATCH] Fix compile warning on lib_ppc/board.c
@ 2008-02-14 23:13 Anatolij Gustschin
2008-02-14 23:55 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Anatolij Gustschin @ 2008-02-14 23:13 UTC (permalink / raw)
To: u-boot
Fix compile warning on lib_ppc/board.c:615
Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
include/common.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/common.h b/include/common.h
index 13428b3..854c444 100644
--- a/include/common.h
+++ b/include/common.h
@@ -388,7 +388,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) || \
--
1.5.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot-Users] [PATCH] Fix compile warning on lib_ppc/board.c
2008-02-14 23:13 [U-Boot-Users] [PATCH] Fix compile warning on lib_ppc/board.c Anatolij Gustschin
@ 2008-02-14 23:55 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-02-14 23:55 UTC (permalink / raw)
To: u-boot
In message <47B4CB10.8060005@denx.de> you wrote:
> Fix compile warning on lib_ppc/board.c:615
>
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
> include/common.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
In the pitiful, multipage, connection-boxed form to which the flow-
chart has today been elaborated, it has proved to be useless as a
design tool -- programmers draw flowcharts after, not before, writing
the programs they describe. - Fred Brooks, Jr.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-14 23:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14 23:13 [U-Boot-Users] [PATCH] Fix compile warning on lib_ppc/board.c Anatolij Gustschin
2008-02-14 23:55 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.