Message ID | 20170109100638.19990-3-fparent@baylibre.com |
---|---|
State | Accepted |
Commit | fa71f709011e8708ad471e83b247e773b369c274 |
Headers | show |
On Mon, Jan 09, 2017 at 11:06:37AM +0100, Fabien Parent wrote: > Enable SPL MMC support in order to allow to build a single u-boot image > that is able to boot from MMC and NAND devices. > > Signed-off-by: Fabien Parent <fparent@baylibre.com> Reviewed-by: Tom Rini <trini@konsulko.com> -- Tom _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
On Mon, Jan 09, 2017 at 11:06:37AM +0100, Fabien Parent wrote: > Enable SPL MMC support in order to allow to build a single u-boot image > that is able to boot from MMC and NAND devices. > > Signed-off-by: Fabien Parent <fparent@baylibre.com> > Reviewed-by: Tom Rini <trini@konsulko.com> Applied to u-boot/master, thanks! -- Tom _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index d030ffafc3..77ede8a1c8 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_DAVINCI=y CONFIG_TARGET_OMAPL138_LCDK=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y +CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_BOOTDELAY=3
Enable SPL MMC support in order to allow to build a single u-boot image that is able to boot from MMC and NAND devices. Signed-off-by: Fabien Parent <fparent@baylibre.com> --- configs/omapl138_lcdk_defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.11.0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot