imx6: wandboard: allow booting from MMC 2
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 23 Jun 2019 07:49:43 +0000 (09:49 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 7 Jul 2019 13:13:49 +0000 (07:13 -0600)
One of the SD-CARD slots on the Wandboard Quad B1 is MMC 2. Enable it as a
boot device.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
include/configs/wandboard.h

index 2e6262f..bdcd5e9 100644 (file)
 #define BOOT_TARGET_DEVICES(func) \
        func(MMC, mmc, 0) \
        func(MMC, mmc, 1) \
+       func(MMC, mmc, 2) \
        func(SATA, sata, 0) \
        func(USB, usb, 0) \
        func(PXE, pxe, na) \