projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e81f8d1
)
stm32mp1: Add UBIFS boot capability
author
Patrick Delaunay
<patrick.delaunay@st.com>
Fri, 21 Jun 2019 13:39:55 +0000
(15:39 +0200)
committer
Patrick Delaunay
<patrick.delaunay@st.com>
Fri, 12 Jul 2019 09:50:53 +0000
(11:50 +0200)
Add support for boot from NAND in generic ditribution command.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
include/configs/stm32mp1.h
patch
|
blob
|
history
diff --git
a/include/configs/stm32mp1.h
b/include/configs/stm32mp1.h
index 1c05ccb498c79396e9d9afb1ff4d1c02796a3996..24f7b9d463fb27140b78dbe456af794e6faa9ab7 100644
(file)
--- 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)