From: Thomas Huth Date: Thu, 19 Jan 2023 12:57:45 +0000 (+0100) Subject: configs/targets/nios2-softmmu: Add TARGET_NEED_FDT=y to the nios2 config X-Git-Tag: v8.0.0-rc0~81^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddf0944aa4b0c2d6516478a3e825149918b7a892;p=thirdparty%2Fqemu.git configs/targets/nios2-softmmu: Add TARGET_NEED_FDT=y to the nios2 config 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é Signed-off-by: Thomas Huth --- diff --git a/configs/targets/nios2-softmmu.mak b/configs/targets/nios2-softmmu.mak index 1e93b54cd13..5823fc02c8d 100644 --- a/configs/targets/nios2-softmmu.mak +++ b/configs/targets/nios2-softmmu.mak @@ -1,2 +1,3 @@ TARGET_ARCH=nios2 TARGET_ALIGNED_ONLY=y +TARGET_NEED_FDT=y