]> git.sur5r.net Git - u-boot/commitdiff
ARM: uniphier: fix boot mode table of PH1-LD20
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 28 Apr 2016 06:37:13 +0000 (15:37 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 30 Apr 2016 16:09:11 +0000 (01:09 +0900)
PH1-LD20 does not have the dedicated boot swap select latch.
Instead, it is controlled from the boot mode select.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c

index 100275e6cb3c90bb9913965a93475c5849b04d37..b092c1bde8ccf1e5350044bf6ee7348fbd79297f 100644 (file)
@@ -43,7 +43,7 @@ static struct boot_device_info boot_device_table[] = {
        {BOOT_DEVICE_MMC1, "eMMC (High Speed SDR, 8bit, 1.8V, Training Off)"},
        {BOOT_DEVICE_MMC1, "eMMC (High Speed SDR, 8bit, 1.8V, Training On)"},
        {BOOT_DEVICE_MMC1, "eMMC (Legacy,         4bit, 1.8V, Training Off)"},
-       {BOOT_DEVICE_NONE, "Reserved"},
+       {BOOT_DEVICE_NOR,  "NOR Boot (XECS1)"},
 };
 
 static int get_boot_mode_sel(void)