Merge tag 'v2025.07-rc4' into next
Prepare v2025.07-rc4
This commit is contained in:
+2
-5
@@ -131,11 +131,8 @@ int do_booti(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
bootm_disable_interrupts();
|
||||
|
||||
images.os.os = IH_OS_LINUX;
|
||||
if (IS_ENABLED(CONFIG_RISCV))
|
||||
if (IS_ENABLED(CONFIG_64BIT))
|
||||
images.os.arch = IH_ARCH_RISCV64;
|
||||
else
|
||||
images.os.arch = IH_ARCH_RISCV;
|
||||
if (IS_ENABLED(CONFIG_RISCV_SMODE))
|
||||
images.os.arch = IH_ARCH_RISCV;
|
||||
else if (IS_ENABLED(CONFIG_ARM64))
|
||||
images.os.arch = IH_ARCH_ARM64;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user