]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
arm: move C runtime setup code in crt0.S
[u-boot] / include / common.h
index d0bf1e8ab234b8c66e017a6eef944c1dc3637ec2..2f2578bef57792e16d2eb4c8f29daa7131df3b51 100644 (file)
@@ -300,7 +300,7 @@ int abortboot(int bootdelay);
 extern char console_buffer[];
 
 /* arch/$(ARCH)/lib/board.c */
-void   board_init_f  (ulong) __attribute__ ((noreturn));
+void   board_init_f(ulong);
 void   board_init_r  (gd_t *, ulong) __attribute__ ((noreturn));
 int    checkboard    (void);
 int    checkflash    (void);