diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-09 15:28:18 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-09-11 08:14:04 (GMT) |
commit | 6ce79d2f3253c7e89f8ed86b52ccc72968295065 (patch) | |
tree | dbdaa78bc48e0cecdbd7c6aa5797d1c4551b8566 /doc | |
parent | 3d8f1798bafa41a280305fda0af322ffb719d259 (diff) | |
download | u-boot-6ce79d2f3253c7e89f8ed86b52ccc72968295065.tar.xz |
README.imximage: Fix the maximum DCD size
In commit 021e79c85371 ("tools: imximage: Fix the maximum DCD size for
mx53/mx6") we have fixed the maximum DCD size for mx53/mx53.
Do the same on the README document for consistency.
Reported-by: Jonas Karlsson <jonas.d.karlsson@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.imximage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.imximage b/doc/README.imximage index dcda200..27d3354 100644 --- a/doc/README.imximage +++ b/doc/README.imximage @@ -120,7 +120,7 @@ Configuration command line syntax: DATA 4 0x73FA88a0 0x200 The processor support up to 60 register programming commands for IMXIMAGE_VERSION 1 -and 121 register programming commands for IMXIMAGE_VERSION 2. +and 220 register programming commands for IMXIMAGE_VERSION 2. An error is generated if more commands are found in the configuration file. 3. All commands are optional to program. |