On Thu, Mar 24, 2022 at 11:55 PM Bin Meng wrote:
>
> From: Bin Meng
>
> VxWorks 7 uses the same boot interface as the Linux kernel on Arm
> (64-bit only), PowerPC and RISC-V architectures. Add logic to set
> is_linux to true for VxWorks uImage for these architectures in
> load_uboot_image().
>
>
From: Bin Meng
VxWorks 7 uses the same boot interface as the Linux kernel on Arm
(64-bit only), PowerPC and RISC-V architectures. Add logic to set
is_linux to true for VxWorks uImage for these architectures in
load_uboot_image().
Signed-off-by: Bin Meng
Reviewed-by: Philippe Mathieu-Daudé
---