summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-10-14 08:39:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-15 09:57:24 +0200
commit099b135ac30013dfc4b3310a5177cf2f7a17f3c3 (patch)
treed6e20a2705580a8f353f21ebd45d39d1d4f7f5ff /Documentation
parent6e29e020813d346acaae8f89929a81e60bffad2a (diff)
downloadbarebox-099b135ac30013dfc4b3310a5177cf2f7a17f3c3.tar.gz
barebox-099b135ac30013dfc4b3310a5177cf2f7a17f3c3.tar.xz
Documentation: boards: stm32mp: document environment partition
We have barebox get its environment out of a "barebox-environment" partition. The BootROM and first stage bootloader both select partitions on name not UUID, so we're following suit. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/stm32mp.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/boards/stm32mp.rst b/Documentation/boards/stm32mp.rst
index 24cf8859db..774ede6e56 100644
--- a/Documentation/boards/stm32mp.rst
+++ b/Documentation/boards/stm32mp.rst
@@ -60,6 +60,10 @@ An appropriate image for the boot media can be generated with following
image = "barebox-@STM32MP_BOARD@.img"
size = 1M
}
+ partition barebox-environment {
+ image = "/dev/null"
+ size = 1M
+ }
}
Image can then be flashed on e.g. a SD-Card.