[U-Boot] [PATCH 26/29] binman: Complete documentation of stages

Simon Glass sjg at chromium.org
Wed Jun 6 00:47:02 UTC 2018


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

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/binman/README | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tools/binman/README b/tools/binman/README
index f74e39242f6..3cfcf84d92c 100644
--- a/tools/binman/README
+++ b/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
 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.
 
 
-- 
2.17.1.1185.g55be947832-goog



More information about the U-Boot mailing list