]> git.sur5r.net Git - u-boot/commitdiff
binman: Complete documentation of stages
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jul 2018 16:27:39 +0000 (10:27 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
At present one of the stages is badly numbered and not described. Fix
this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README

index f74e39242f6549eb730820d462e82638debd20fd..3cfcf84d92c1baada0f9d7a2ac2df7b57b7907d1 100644 (file)
@@ -495,9 +495,11 @@ contents of an entry in some way. For example, it would be possible to create
 an entry containing a hash of the contents of some other entries. At this
 stage the position and size of entries should not be adjusted.
 
-6. WriteEntryInfo()
+7. WriteSymbols() - write the value of symbols into the U-Boot SPL binary.
+See 'Access to binman entry positions at run time' below for a description of
+what happens in this stage.
 
-7. BuildImage() - builds the image and writes it to a file. This is the final
+8. BuildImage() - builds the image and writes it to a file. This is the final
 step.