diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-06-21 15:39:55 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-12 11:50:53 +0200 |
commit | a1ac522c0480f8bf048e390fc6e050522b495850 (patch) | |
tree | 5bde0a08fbf8bfef549b1d6b9e83039842b02a70 /include/configs/stm32mp1.h | |
parent | e81f8d16e27803a2178a35268d2ba8d4a22ed3f1 (diff) | |
download | u-boot-a1ac522c0480f8bf048e390fc6e050522b495850.tar.gz |
stm32mp1: Add UBIFS boot capability
Add support for boot from NAND in generic ditribution command.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'include/configs/stm32mp1.h')
-rw-r--r-- | include/configs/stm32mp1.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |