Re: [PATCH v3 2/4] configs/targets: Have all MIPS targets select FDT

2023-03-07 Thread Thomas Huth
On 08/03/2023 01.07, Philippe Mathieu-Daudé wrote: With the introduction of the MIPS virt machine in a pair of commits, all MIPS targets will require libfdt. Define TARGET_NEED_FDT in all mips*-softmmu.mak files. Signed-off-by: Philippe Mathieu-Daudé --- configs/targets/mips-softmmu.mak | 1

[PATCH v3 2/4] configs/targets: Have all MIPS targets select FDT

2023-03-07 Thread Philippe Mathieu-Daudé
With the introduction of the MIPS virt machine in a pair of commits, all MIPS targets will require libfdt. Define TARGET_NEED_FDT in all mips*-softmmu.mak files. Signed-off-by: Philippe Mathieu-Daudé --- configs/targets/mips-softmmu.mak | 1 + configs/targets/mips64-softmmu.mak | 1 + configs/