Jonas Jelonek
92ca322dd1
uboot-mediatek: add noncached_set_region prototype to fix build
...
Building uboot-mediatek fails with GCC-14, uboot v2024.10 and
CONFIG_SYS_NONCACHED_MEMORY defined with error:
cmd/cache.c: In function 'do_dcache':
cmd/cache.c:57:25: error: implicit declaration of function
'noncached_set_region' [-Wimplicit-function-declaration]
This is caused by upstream commit 7d6cee2cd0e2e2507aca1e3a6fe0e2cb241a116e
("cmd: cache: Remove weak functions") as this removes weak functions in
favor of arch-specific definitions.
This patch adds the function prototype for `noncached_set_region` to
arch-specific header for ARM. It also adds an include in cmd/cache.c to
make the function available there.
Fixes : #16697
Fixes: f8c22c9bff ("uboot-mediatek: update to U-Boot 2024.10")
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
[@dangowrt refreshed patch]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-10-16 03:23:33 +01:00
..
2024-02-15 19:06:37 +00:00
2022-04-19 17:07:38 +01:00
2023-01-13 14:49:52 +00:00
2023-05-27 11:01:36 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2023-01-13 14:49:52 +00:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2022-08-28 20:33:15 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-07-14 16:29:49 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-07-14 16:29:49 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-02-15 19:06:37 +00:00
2024-10-13 03:00:45 +01:00
2024-07-14 16:29:49 +01:00
2024-07-15 11:55:48 +02:00
2023-09-21 10:15:08 +01:00
2024-09-02 12:42:05 +02:00
2023-09-21 10:15:08 +01:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-02-15 19:06:37 +00:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-05-25 03:54:20 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-02-24 03:02:35 +00:00
2024-10-13 03:00:45 +01:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2023-04-20 11:40:24 +01:00
2024-02-15 19:30:08 +00:00
2024-07-14 16:29:49 +01:00
2023-04-20 11:40:24 +01:00
2023-04-20 11:40:24 +01:00
2024-10-13 03:00:45 +01:00
2024-10-13 03:00:45 +01:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2024-09-02 12:42:05 +02:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2024-07-18 13:20:58 +01:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2024-07-14 16:29:49 +01:00
2024-10-13 03:00:45 +01:00
2024-07-14 16:29:49 +01:00
2024-07-21 16:13:06 +02:00
2024-07-14 16:29:49 +01:00
2024-07-25 22:54:16 +02:00
2024-10-13 03:00:45 +01:00
2024-09-19 20:31:50 +01:00
2024-10-13 03:00:45 +01:00
2024-10-16 03:23:33 +01:00