summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-03-23 08:50:35 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-03-25 13:25:51 +0100
commit97d5c50665d7c49664fcb3edfdd2f42cefa8860d (patch)
treece957057510656917dd87c595795d963669a14f1 /Documentation
parentd44fdb7d9b8527c758deefc4262fedd6a121ffc6 (diff)
downloadbarebox-97d5c50665d7c49664fcb3edfdd2f42cefa8860d.tar.gz
barebox-97d5c50665d7c49664fcb3edfdd2f42cefa8860d.tar.xz
doc: fix note about disassembling PBL
The described ``make`` incantations no longer work. Refer to the current names of the files instead. 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/user/pbl.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/user/pbl.rst b/Documentation/user/pbl.rst
index 6757768e42..f9b2d20305 100644
--- a/Documentation/user/pbl.rst
+++ b/Documentation/user/pbl.rst
@@ -26,6 +26,6 @@ This way source code can be shared between regular barebox and PBL. A special
case is ``lwl-y += file.o`` which expands to ``obj-y`` when PBL is disabled
and to ``pbl-y`` when PBL is enabled.
-**HINT:** for getting an overview over the binaries, disassemble barebox.bin
-(``make barebox.S``) with or without PBL support and also disassemble the
-PBL (``make arch/$ARCH/pbl/zbarebox.S``)
+**HINT:** for getting an overview over the binaries, disassemble
+``barebox.bin`` with or without PBL support and also disassemble the PBL
+(``./images/*.pblb``).