Merge branch 'master' of git://git.denx.de/u-boot-video
[oweals/u-boot.git] / arch / arm / mach-uniphier / boot-mode / boot-mode.c
index b08cd6c404476f75ed92b02f46a9e1453b2a780d..48e478c5d17026d8d50d4a1a8341644ce863b5e0 100644 (file)
@@ -38,6 +38,10 @@ u32 spl_boot_device_raw(void)
        case SOC_UNIPHIER_PXS2:
        case SOC_UNIPHIER_LD6B:
                return uniphier_pxs2_boot_device();
+#endif
+#if defined(CONFIG_ARCH_UNIPHIER_LD20)
+       case SOC_UNIPHIER_LD20:
+               return uniphier_ld20_boot_device();
 #endif
        default:
                return BOOT_DEVICE_NONE;