This fixes a demo app link failure on platforms configured with 
CONFIG_PANIC_HANG.

Signed-off-by: Rafal Jaworowski <[EMAIL PROTECTED]>
---
 api_examples/libgenwrap.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/api_examples/libgenwrap.c b/api_examples/libgenwrap.c
index df62633..2b62bad 100644
--- a/api_examples/libgenwrap.c
+++ b/api_examples/libgenwrap.c
@@ -84,7 +84,12 @@ void do_reset (void)
        ub_reset();
 }
 
-void *malloc(size_t len)
+void *malloc (size_t len)
 {
        return NULL;
 }
+
+void hang (void)
+{
+       while (1) ;
+}
-- 
1.5.2.2


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to