summaryrefslogtreecommitdiffstats
path: root/tools/binman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-06-01 09:38:19 -0600
committerSimon Glass <sjg@chromium.org>2018-06-07 11:25:08 -0800
commit7ae5f315b34454d1a993e7e96e94d26da6e28e6c (patch)
treecf3e375c1eed93c8b11f6cfd5c92fd58aaa2d983 /tools/binman/README
parent084059a31fd3455770acc393b0e0d07c5ed88eec (diff)
downloadu-boot-7ae5f315b34454d1a993e7e96e94d26da6e28e6c.tar.gz
u-boot-7ae5f315b34454d1a993e7e96e94d26da6e28e6c.tar.xz
u-boot-7ae5f315b34454d1a993e7e96e94d26da6e28e6c.zip
binman: Tidy up some docs and comments
Fix a few missing comments and tidy up some existing ones. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/README')
-rw-r--r--tools/binman/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/binman/README b/tools/binman/README
index 32d89194dd..f3a979e217 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -409,8 +409,8 @@ of these, and place binaries in them independently. The image is still produced
as a single output file.
This feature provides a way of creating hierarchical images. For example here
-is an example with two copies of U-Boot. One is read-only (ro), intended to be
-written only in the factory. Another is read-write (rw), so that it can be
+is an example image with two copies of U-Boot. One is read-only (ro), intended
+to be written only in the factory. Another is read-write (rw), so that it can be
upgraded in the field. The sizes are fixed so that the ro/rw boundary is known
and can be programmed:
@@ -597,7 +597,7 @@ Binman takes a lot of inspiration from a Chrome OS tool called
a reasonably simple and sound design but has expanded greatly over the
years. In particular its handling of x86 images is convoluted.
-Quite a few lessons have been learned which are hopefully be applied here.
+Quite a few lessons have been learned which are hopefully applied here.
Design notes