diff options
author | Simon Glass <sjg@chromium.org> | 2018-07-06 10:27:39 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-07-09 09:11:00 -0600 |
commit | 0a4357c4c2b29d787d70775dd6ad64b50e23082a (patch) | |
tree | 7c085c65d084795ebe7d2c32a320b8b9c3368684 | |
parent | 116adecb5e8e343cfc73a55f25a5d3d8463f4512 (diff) |
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>
-rw-r--r-- | tools/binman/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/binman/README b/tools/binman/README index f74e39242f..3cfcf84d92 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. |