Skip to content
Snippets Groups Projects
Commit ddf0944a authored by Thomas Huth's avatar Thomas Huth
Browse files

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: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent e803a7f9
No related branches found
No related tags found
No related merge requests found
TARGET_ARCH=nios2
TARGET_ALIGNED_ONLY=y
TARGET_NEED_FDT=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment