summaryrefslogtreecommitdiffstats
path: root/Documentation/user/barebox.rst
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2022-02-06 00:19:29 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-02-07 09:36:27 +0100
commit4a5c42b878db45a001d0ef93d2f9f5b6f9a5b78f (patch)
tree882fbb6893f3930c57fbfc628515fd2cba334184 /Documentation/user/barebox.rst
parentbfa76583c12407d9ef8cf59e02b95297ec19f845 (diff)
downloadbarebox-4a5c42b878db45a001d0ef93d2f9f5b6f9a5b78f.tar.gz
barebox-4a5c42b878db45a001d0ef93d2f9f5b6f9a5b78f.tar.xz
Documentation: remove some references to zbarebox.bin
At least ARM doesn't generate zbarebox.bin anymore. Remove some of the left-over references. Reported-by: Frank Wunderlich <frank-w@public-files.de> Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Link: https://lore.barebox.org/20220205231930.2948516-1-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/user/barebox.rst')
-rw-r--r--Documentation/user/barebox.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index b6b7a57af3..8634d8e48e 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -220,10 +220,11 @@ another barebox. For instance, if you mounted a TFTP server to ``/mnt/tftp``
bootm /mnt/tftp/barebox.bin
-At least ``barebox.bin`` (with :ref:`pbl` support enabled ``arch/$ARCH/pbl/zbarebox.bin``)
-should be startable second stage. The flash binary (``barebox-flash-image``) may or may not
+At least ``barebox.bin`` (with :ref:`pbl` support enabled ``images/*.pblb``)
+should be startable second stage. The final binaries (``images/*.img``) may or may not
be startable second stage as it may have SoC specific headers which prevent running second
-stage.
+stage. barebox will usually have handlers in-place to skip these headers, so
+it can chainload itself regardless.
First Steps
-----------