diff options
Diffstat (limited to 'target/linux/atheros/files/arch')
-rw-r--r-- | target/linux/atheros/files/arch/mips/atheros/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/atheros/files/arch/mips/atheros/board.c b/target/linux/atheros/files/arch/mips/atheros/board.c index 1ea66c0c1..ebb4a5afe 100644 --- a/target/linux/atheros/files/arch/mips/atheros/board.c +++ b/target/linux/atheros/files/arch/mips/atheros/board.c @@ -29,6 +29,8 @@ char *board_config, *radio_config; +extern int early_serial_setup(struct uart_port *port); + static u8 *find_board_config(char *flash_limit) { char *addr; |