From: Patrick Delaunay Date: Fri, 21 Jun 2019 13:39:55 +0000 (+0200) Subject: stm32mp1: Add UBIFS boot capability X-Git-Tag: v2019.10-rc1~30^2~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a1ac522c0480f8bf048e390fc6e050522b495850;p=oweals%2Fu-boot.git stm32mp1: Add UBIFS boot capability Add support for boot from NAND in generic ditribution command. Signed-off-by: Patrick Delaunay --- diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index 1c05ccb498..24f7b9d463 100644 --- a/include/configs/stm32mp1.h +++ b/include/configs/stm32mp1.h @@ -95,6 +95,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 1) \ + func(UBIFS, ubifs, 0) \ func(MMC, mmc, 0) \ func(MMC, mmc, 2) \ func(PXE, pxe, na)