mirror of
https://github.com/m5stack/CoreMP135_buildroot-external-st.git
synced 2026-05-20 11:24:38 -07:00
board/st/stm32mp1/genimage.cfg: Add u-boot environment partition layout
Now the U-boot save its partition in an specific u-boot-env partition. Change the partition layout accordingly. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
This commit is contained in:
@@ -13,6 +13,9 @@ image sdcard.img {
|
||||
|
||||
partition fip {
|
||||
image = "fip.bin"
|
||||
}
|
||||
|
||||
partition u-boot-env {
|
||||
size = 2M
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user