mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
stm32mp1: Add UBIFS boot capability
Add support for boot from NAND in generic ditribution command. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
e81f8d16e2
commit
a1ac522c04
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue