diff options
author | Tom Rini | 2013-01-09 08:13:22 -0700 |
---|---|---|
committer | Tom Rini | 2013-01-09 08:13:22 -0700 |
commit | 642ef40bdc95bef829ae3aadc217f829c4c298c4 (patch) | |
tree | 57d6d5170b904176a2a7018e08a615b8725c8874 /include/common.h | |
parent | 449485948e6de1869ec39c1559b7b78d85690ea7 (diff) | |
parent | 61bdb9133593f0f881a57232039296f64bd662ed (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-arm
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 d0bf1e8ab23..2f2578bef57 100644 --- a/include/common.h +++ b/include/common.h @@ -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); |