mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-12 22:56:45 +08: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user