[PATCH 1/1] arm: provide noncached_set_region prototype to fix build

2024-10-16 Thread Jonas Jelonek
22dd1f48158b8829fec59319a12e4ae4295. Signed-off-by: Jonas Jelonek Cc: Tom Rini --- arch/arm/include/asm/system.h | 1 + cmd/cache.c | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h index 2237d7d006..010009620

[PATCH 0/1] arm: provide noncached_set_region prototype to fix build

2024-10-16 Thread Jonas Jelonek
e/u-boot/u-boot/-/issues/42). I'd like to discuss here if this is a proper solution to the issue or if there is a better proposal. Since this is my first contribution, I have barely an overview of the u-boot internals. Please give also hints regarding any wording or explanations in the comm