mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
Mark board_init_[fr] as noreturn
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
committed by
Wolfgang Denk
parent
161b2af4d7
commit
6d1b6f9f89
@@ -203,8 +203,8 @@ void init_cmd_timeout(void);
|
||||
void reset_cmd_timeout(void);
|
||||
|
||||
/* lib_$(ARCH)/board.c */
|
||||
void board_init_f (ulong);
|
||||
void board_init_r (gd_t *, ulong);
|
||||
void board_init_f (ulong) __attribute__ ((noreturn));
|
||||
void board_init_r (gd_t *, ulong) __attribute__ ((noreturn));
|
||||
int checkboard (void);
|
||||
int checkflash (void);
|
||||
int checkdram (void);
|
||||
|
Reference in New Issue
Block a user