1
0
Fork 0
remarkable-uboot/arch/openrisc/lib
Bin Meng 81b0b0d93b openrisc: Fix build errors
With kernel.org toolchain, it reports:

  CC      arch/openrisc/lib/board.o
  arch/openrisc/lib/board.c:56:2: error: 'console_init_f' undeclared here (not in a function)
  arch/openrisc/lib/board.c: In function 'board_init':
  arch/openrisc/lib/board.c:120:2: warning: implicit declaration of function 'console_init_r'
  make[1]: *** [arch/openrisc/lib/board.o] Error 1
  make: *** [arch/openrisc/lib] Error 2

Include console.h will fix this.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2016-01-25 10:40:01 -05:00
..
Makefile openrisc: convert makefiles to Kbuild style 2013-10-31 13:26:45 -04:00
board.c openrisc: Fix build errors 2016-01-25 10:40:01 -05:00
bootm.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
timer.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00