]> git.sur5r.net Git - u-boot/commitdiff
arm64: zynqmp: Add comment about level shifter mode v1
authorMichal Simek <michal.simek@xilinx.com>
Thu, 2 Mar 2017 10:02:55 +0000 (11:02 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 20 Jun 2017 14:40:58 +0000 (16:40 +0200)
Silicon v1 didn't support SD boot mode with level shifter.
Because system can't boot any error message is not shown
that's why comment is just a record if someone tries to debug it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv8/zynqmp/spl.c

index db7432fd4bd76f46fadf992d50f4ec41f503ab11..26bf80ec52b49d5831d5092eb6531598a44ff8d7 100644 (file)
@@ -84,7 +84,7 @@ u32 spl_boot_device(void)
                return BOOT_DEVICE_RAM;
 #ifdef CONFIG_SPL_MMC_SUPPORT
        case SD_MODE1:
-       case SD1_LSHFT_MODE:
+       case SD1_LSHFT_MODE: /* not working on silicon v1 */
 /* if both controllers enabled, then these two are the second controller */
 #if defined(CONFIG_ZYNQ_SDHCI0) && defined(CONFIG_ZYNQ_SDHCI1)
                return BOOT_DEVICE_MMC2;