Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • stable
  • extraversion
  • early-display
  • variant-emmc-nvme-boot
  • 2024-07-19
  • 2024-06-30
  • 2023-10-18
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
14 results

board.c

Blame
    • Bin Meng's avatar
      81b0b0d9
      openrisc: Fix build errors · 81b0b0d9
      Bin Meng authored
      
      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: default avatarBin Meng <bmeng.cn@gmail.com>
      81b0b0d9
      History
      openrisc: Fix build errors
      Bin Meng authored
      
      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: default avatarBin Meng <bmeng.cn@gmail.com>