diff options
| author | Fabio Estevam <[email protected]> | 2014-09-09 12:28:18 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-09-11 10:14:04 +0200 |
| commit | 6ce79d2f3253c7e89f8ed86b52ccc72968295065 (patch) | |
| tree | dbdaa78bc48e0cecdbd7c6aa5797d1c4551b8566 | |
| parent | 3d8f1798bafa41a280305fda0af322ffb719d259 (diff) | |
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 <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
| -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 dcda2005af9..27d33545699 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. |
