openwrt/target/linux/lantiq
Aleksander Jan Bajkowski f1287e9bc6
lantiq: lzma-loader: fix mismatched function declaration
This fix compilation warning:
printf.c:14:13: warning: type of 'board_putc' does not match original declaration [-Wlto-type-mismatch]
   14 | extern void board_putc(int ch);
      |             ^
board-lantiq.c:24:6: note: type mismatch in parameter 1
   24 | void board_putc(char c)
      |      ^
board-lantiq.c:24:6: note: type 'char' should match type 'int'
board-lantiq.c:24:6: note: 'board_putc' was previously declared here

Fixes: a328b6831c ("lantiq: bring back okli loader")
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
2023-05-12 03:15:36 +02:00
..
ase lantiq: copy Linux 5.10 files in preparation for Linux 5.15 support 2022-10-22 19:44:45 +02:00
base-files lantiq: xrx200: switch the subtarget to the mainline DSA driver 2021-06-26 16:05:36 +02:00
falcon lantiq: copy Linux 5.10 files in preparation for Linux 5.15 support 2022-10-22 19:44:45 +02:00
files lantiq: xrx200: convert FritzBox 7360v2's wifi to nvmem 2023-03-26 16:39:37 +02:00
image lantiq: lzma-loader: fix mismatched function declaration 2023-05-12 03:15:36 +02:00
patches-5.10 lantiq: nand: don't yield while holding spinlock 2023-04-02 17:08:45 +02:00
patches-5.15 lantiq: fix compilation warning in cfi_mtdset_0001 2023-05-12 03:15:35 +02:00
xrx200 lantiq: xrx200: mark subtarget as source-only 2023-05-04 05:55:02 +02:00
xway lantiq: xway: kernel: enable SMP support 2022-11-18 20:27:52 +01:00
xway_legacy lantiq: copy Linux 5.10 files in preparation for Linux 5.15 support 2022-10-22 19:44:45 +02:00
config-5.10 kernel: Activate CONFIG_GPIOLIB in generic configuration 2022-08-10 21:36:17 +02:00
config-5.15 lantiq: copy Linux 5.10 files in preparation for Linux 5.15 support 2022-10-22 19:44:45 +02:00
Makefile lantiq: switch to Kernel 5.15 by default 2023-05-04 07:00:37 +02:00
modules.mk target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00