From 9c888cca5e87e28e9addcffae9810fee481428a8 Mon Sep 17 00:00:00 2001
From: Simon Glass <sjg@chromium.org>
Date: Fri, 14 Sep 2018 04:57:30 -0600
Subject: [PATCH] binman: Mention section attributes in docs

Images and sections have the same attributes, since an image is mostly
just a top-level section. Update the docs to explain this.

Signed-off-by: Simon Glass <sjg@chromium.org>
---
 tools/binman/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/binman/README b/tools/binman/README
index 6aa5b38419..cf1a06d164 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -335,8 +335,8 @@ expand-size:
 	limited by the size of the image/section and the position of the next
 	entry.
 
-The attributes supported for images are described below. Several are similar
-to those for entries.
+The attributes supported for images and sections are described below. Several
+are similar to those for entries.
 
 size:
 	Sets the image size in bytes, for example 'size = <0x100000>' for a
-- 
2.39.5