Explorar o código

binman: Complete documentation of stages

At present one of the stages is badly numbered and not described. Fix
this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass %!s(int64=6) %!d(string=hai) anos
pai
achega
0a4357c4c2
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      tools/binman/README

+ 4 - 2
tools/binman/README

@@ -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
 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.
 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.
 step.