mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
riscv: bootm: Support booting VxWorks
Register the 'bootm' function for booting VxWorks kernel for RISC-V architecture. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -482,7 +482,7 @@ static boot_os_fn *boot_os[] = {
|
||||
[IH_OS_PLAN9] = do_bootm_plan9,
|
||||
#endif
|
||||
#if defined(CONFIG_BOOTM_VXWORKS) && \
|
||||
(defined(CONFIG_PPC) || defined(CONFIG_ARM))
|
||||
(defined(CONFIG_PPC) || defined(CONFIG_ARM) || defined(CONFIG_RISCV))
|
||||
[IH_OS_VXWORKS] = do_bootm_vxworks,
|
||||
#endif
|
||||
#if defined(CONFIG_CMD_ELF)
|
||||
|
Reference in New Issue
Block a user