On 24/3/22 09:22, Bin Meng wrote:
From: Bin Meng <bin.m...@windriver.com>VxWorks 7 now uses the same boot interface as the Linux kernel on Arm64, PowerPC and RISC-V architectures, except Arm. Add logic to set is_linux to true for VxWorks uImage for these architectures in load_uboot_image(). Signed-off-by: Bin Meng <bin.m...@windriver.com> --- hw/core/loader.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>