From: Patrick Delaunay Date: Fri, 21 Jun 2019 13:39:55 +0000 (+0200) Subject: stm32mp1: Add UBIFS boot capability X-Git-Tag: v2025.01-rc5-pxa1908~2886^2~26 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=a1ac522c0480f8bf048e390fc6e050522b495850;p=u-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)