arm: imx8: don't duplicate build_info()
[oweals/u-boot.git] / common / bootm_os.c
index 473b9400c87ded388fc2b5c0987833bf4003a5df..855c471c28e6b73ae45c4686d9a4ce93377a550a 100644 (file)
@@ -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)