ARM: uniphier: add PH1-LD20 SoC support
[oweals/u-boot.git] / arch / arm / mach-uniphier / boot-mode / cmd_pinmon.c
index bccab62442286d1a3b9758955438a9f49c45cfcd..fa97dc5856935354ec3c81ccb2bc7569497543d8 100644 (file)
@@ -38,6 +38,11 @@ static int do_pinmon(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        case SOC_UNIPHIER_LD6B:
                uniphier_pxs2_boot_mode_show();
                break;
+#endif
+#if defined(CONFIG_ARCH_UNIPHIER_LD20)
+       case SOC_UNIPHIER_LD20:
+               uniphier_ld20_boot_mode_show();
+               break;
 #endif
        default:
                break;