diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-03-04 22:26:08 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-03-06 15:46:18 +0100 |
| commit | f2d4df439e0b2c2c3cebf792a7966466c9d97b52 (patch) | |
| tree | 17d0c0bf29dbb4cdeeff72c01f8cb0451316cf0c /include/system/arch_init.h | |
| parent | df9ae6aa84b92bb73c84194dc60f938e2495594c (diff) | |
| download | focaccia-qemu-f2d4df439e0b2c2c3cebf792a7966466c9d97b52.tar.gz focaccia-qemu-f2d4df439e0b2c2c3cebf792a7966466c9d97b52.zip | |
system: Open-code qemu_init_arch_modules() using target_name()
Mostly revert commit c80cafa0c73 ("system: Add qemu_init_arch_modules")
but using target_name() instead of the target specific 'TARGET_NAME'
definition.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250305005225.95051-3-philmd@linaro.org>
Diffstat (limited to 'include/system/arch_init.h')
| -rw-r--r-- | include/system/arch_init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/system/arch_init.h b/include/system/arch_init.h index 5b1c1026f3..d8b7744048 100644 --- a/include/system/arch_init.h +++ b/include/system/arch_init.h @@ -27,6 +27,4 @@ enum { extern const uint32_t arch_type; -void qemu_init_arch_modules(void); - #endif |