aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/system.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-08-21 21:16:56 -0600
committerTom Rini <trini@konsulko.com>2023-08-31 13:16:54 -0400
commitf72d0d4a2f9a2d05ebeefb583992cc620f7c4c2d (patch)
treeafaa54f94971d8dc3e9c9b7bb5d860053c37b6eb /arch/riscv/include/asm/system.h
parentdd802467f44b68d6ed9315ffe3002b17dc43b622 (diff)
downloadu-boot-f72d0d4a2f9a2d05ebeefb583992cc620f7c4c2d.zip
u-boot-f72d0d4a2f9a2d05ebeefb583992cc620f7c4c2d.tar.gz
u-boot-f72d0d4a2f9a2d05ebeefb583992cc620f7c4c2d.tar.bz2
event: Convert existing spy records to simple
Very few of the existing event-spy records use the arguments they are passed. Update them to use a simple spy instead, to simplify the code. Where an adaptor function is currently used, remove it where possible. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/riscv/include/asm/system.h')
-rw-r--r--arch/riscv/include/asm/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/include/asm/system.h b/arch/riscv/include/asm/system.h
index ffa7649..87a804b 100644
--- a/arch/riscv/include/asm/system.h
+++ b/arch/riscv/include/asm/system.h
@@ -26,6 +26,6 @@ struct event;
} while (0)
/* Hook to set up the CPU (called from SPL too) */
-int riscv_cpu_setup(void *ctx, struct event *event);
+int riscv_cpu_setup(void);
#endif /* __ASM_RISCV_SYSTEM_H */