diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-07-24 13:47:57 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-13 20:10:50 +0200 |
commit | 6006be52656afbf2aa42613b06005ec1138bf1b7 (patch) | |
tree | 53f315840be191db6f65ff83c463cf42dd10b3ab /hw/meson.build | |
parent | 3300f714f39a472974ce62feeec8e6fa6b812f88 (diff) | |
download | qemu-6006be52656afbf2aa42613b06005ec1138bf1b7.zip qemu-6006be52656afbf2aa42613b06005ec1138bf1b7.tar.gz qemu-6006be52656afbf2aa42613b06005ec1138bf1b7.tar.bz2 |
hw/cris: Remove image loader helper
No more CRIS machine uses cris_load_image(), remove it.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Message-ID: <20240904143603.52934-7-philmd@linaro.org>
Diffstat (limited to 'hw/meson.build')
-rw-r--r-- | hw/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/meson.build b/hw/meson.build index 1c6308f..e86badc 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -48,7 +48,6 @@ subdir('fsi') subdir('alpha') subdir('arm') subdir('avr') -subdir('cris') subdir('hppa') subdir('i386') subdir('loongarch') |