boot-lantiq: Fix compilation with GCC 14
authorHauke Mehrtens <[email protected]>
Fri, 2 May 2025 22:29:39 +0000 (00:29 +0200)
committerHauke Mehrtens <[email protected]>
Sat, 3 May 2025 20:04:13 +0000 (22:04 +0200)
commite8cfa339feed4ca8328ef863dc8a8af67509c7ad
tree67ce9cfb709290922c1e44d4b209c3b730a96316
parent09b89c96cea2f48557604e12fbe10c000d676f9c
boot-lantiq: Fix compilation with GCC 14

This fixes the following compile problem:
```
arv7506pw11.c: In function 'show_boot_progress':
arv7506pw11.c:59:24: error: 'return' with a value, in function returning void [-Wreturn-mismatch]
   59 |                 return 0;
      |                        ^
arv7506pw11.c:56:6: note: declared here
   56 | void show_boot_progress(int arg)
      |      ^~~~~~~~~~~~~~~~~~
arv7506pw11.c:71:16: error: 'return' with a value, in function returning void [-Wreturn-mismatch]
   71 |         return 0;
      |                ^
arv7506pw11.c:56:6: note: declared here
   56 | void show_boot_progress(int arg)
      |      ^~~~~~~~~~~~~~~~~~
```

Link: https://github.com/openwrt/openwrt/pull/18688
Signed-off-by: Hauke Mehrtens <[email protected]>
package/boot/uboot-lantiq/patches/0115-MIPS-add-board-support-for-Arcadyan-ARV7506PW11.patch