]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
configs/targets/nios2-softmmu: Add TARGET_NEED_FDT=y to the nios2 config
authorThomas Huth <thuth@redhat.com>
Thu, 19 Jan 2023 12:57:45 +0000 (13:57 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 26 Jan 2023 12:25:07 +0000 (13:25 +0100)
qemu-system-nios2 uses the functions from libfdt in hw/nios2/boot.c,
so this target has to be marked with TARGET_NEED_FDT=y in its config
file.

Message-Id: <20230119125745.2028814-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
configs/targets/nios2-softmmu.mak

index 1e93b54cd13a9b4158c31faee47756286e25aaf1..5823fc02c8dffa1ccb6f83a936ba1c02e3c608e8 100644 (file)
@@ -1,2 +1,3 @@
 TARGET_ARCH=nios2
 TARGET_ALIGNED_ONLY=y
+TARGET_NEED_FDT=y