]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-uniphier/boot-mode/boot-mode.c
ARM: uniphier: add ProXstream2 and PH1-LD6b support
[people/ms/u-boot.git] / arch / arm / mach-uniphier / boot-mode / boot-mode.c
index 60329eb10aa04ba255c84c72f7ef817d433499c1..c6cafa7919c16c7a87328d13ec056fd88c0505f9 100644 (file)
@@ -32,6 +32,12 @@ u32 spl_boot_device(void)
 #if defined(CONFIG_ARCH_UNIPHIER_PH1_PRO5)
        case SOC_UNIPHIER_PH1_PRO5:
                return ph1_pro5_boot_device();
+#endif
+#if defined(CONFIG_ARCH_UNIPHIER_PROXSTREAM2) || \
+       defined(CONFIG_ARCH_UNIPHIER_PH1_LD6B)
+       case SOC_UNIPHIER_PROXSTREAM2:
+       case SOC_UNIPHIER_PH1_LD6B:
+               return proxstream2_boot_device();
 #endif
        default:
                return BOOT_DEVICE_NONE;