diff options
author | Jean-Francois Dagenais <jeff.dagenais@gmail.com> | 2017-03-23 07:39:14 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-11-29 08:02:40 +0100 |
commit | df4950e30225e8d55947fbc40112f2c48ef4230b (patch) | |
tree | 3d92a84521b861bf976da75d462bd5af3b749873 /tools | |
parent | 6d3fa0dfdd3cc0e5067785fcb9ca6267b1501fa4 (diff) | |
download | u-boot-df4950e30225e8d55947fbc40112f2c48ef4230b.tar.gz |
tools: zynqmpimage: adjust ug1085 reference to v1.4 of the document
The chapter in which the table explaining the image format changed
chapter as the document evolved. This should help people track the
info down faster.
Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/zynqmpimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/zynqmpimage.c b/tools/zynqmpimage.c index 74bd5f5ccc..9667b11b2f 100644 --- a/tools/zynqmpimage.c +++ b/tools/zynqmpimage.c @@ -6,7 +6,7 @@ * * The following Boot Header format/structures and values are defined in the * following documents: - * * ug1085 ZynqMP TRM (Chapter 9, Table 9-3) + * * ug1085 ZynqMP TRM doc v1.4 (Chapter 11, Table 11-4) * * Expected Header Size = 0x9C0 * Forced as 'little' endian, 32-bit words |