diff options
author | Tom Rini <trini@konsulko.com> | 2016-05-25 12:27:44 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-25 12:27:44 -0400 |
commit | 1b80e79586b0b777afa6a905961000c8495828cc (patch) | |
tree | 283a3a4883479022785ba0bfea05e62a460f7d96 /arch/arm/mach-uniphier/boot-mode/boot-mode-pro5.c | |
parent | 826d06dbdd0e29ab0d8bd76d1ca640e2dfdb076c (diff) | |
parent | d7e103c08f5bb29d8126eaef3b7b6d6bafacea80 (diff) | |
download | blackbird-obmc-uboot-1b80e79586b0b777afa6a905961000c8495828cc.tar.gz blackbird-obmc-uboot-1b80e79586b0b777afa6a905961000c8495828cc.zip |
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'arch/arm/mach-uniphier/boot-mode/boot-mode-pro5.c')
-rw-r--r-- | arch/arm/mach-uniphier/boot-mode/boot-mode-pro5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/boot-mode/boot-mode-pro5.c b/arch/arm/mach-uniphier/boot-mode/boot-mode-pro5.c index f9726f1f66..450c43bba5 100644 --- a/arch/arm/mach-uniphier/boot-mode/boot-mode-pro5.c +++ b/arch/arm/mach-uniphier/boot-mode/boot-mode-pro5.c @@ -37,7 +37,7 @@ static struct boot_device_info boot_device_table[] = { {BOOT_DEVICE_NAND, "NAND (Mirror 8, ECC 8, ONFI, Addr 4)"}, {BOOT_DEVICE_NAND, "NAND (Mirror 8, ECC 16, ONFI, Addr 4)"}, {BOOT_DEVICE_NONE, "Reserved"}, - {BOOT_DEVICE_MMC1, "eMMC Boot (1.8V)"}, + {BOOT_DEVICE_MMC1, "eMMC (1.8V)"}, {BOOT_DEVICE_NONE, "Reserved"}, {BOOT_DEVICE_NONE, "Reserved"}, {BOOT_DEVICE_NAND, "NAND (Mirror 8, ECC 8, EraseSize 128MB, Addr 5)"}, |