diff options
author | Jay Monkman <jay.monkman@freescale.com> | 2014-11-14 15:10:33 -0600 |
---|---|---|
committer | Jay Monkman <jay.monkman@freescale.com> | 2014-11-14 15:12:05 -0600 |
commit | ec63c0f384605e4cc3b39560f2720ef491954db8 (patch) | |
tree | 28d6ae63f3969090f3e7548ea7694ae6d142dc8e /doc | |
parent | 7fd4cf2a5f5d013ed8a747c2d932efc8b072e9ac (diff) | |
download | u-boot-imx-ec63c0f384605e4cc3b39560f2720ef491954db8.zip u-boot-imx-ec63c0f384605e4cc3b39560f2720ef491954db8.tar.gz u-boot-imx-ec63c0f384605e4cc3b39560f2720ef491954db8.tar.bz2 |
MLK-9852: U-Boot documentation needs note about booting from NAND
Note added to README.mxc_hab
Signed-off-by: Jay Monkman <jay.monkman@freescale.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.mxc_hab | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/README.mxc_hab b/doc/README.mxc_hab index 43e64a2..a1a22cf 100644 --- a/doc/README.mxc_hab +++ b/doc/README.mxc_hab @@ -44,5 +44,6 @@ objcopy -I binary -O binary --pad-to 0x2000 --gap-fill=0x00 \ U-Boot_CSF.bin U-Boot_CSF_pad.bin cat u-boot.imx U-Boot_CSF_pad.bin > u-boot-signed.imx -NOTE: U-Boot_CSF.bin needs to be padded to the value specified in -the imximage.cfg file. +NOTE: When booting from NAND, the u-boot image must be padded to the +size indicated in the Boot Data size field. The padding must be +added to the end of the file, after any U-Boot_CSF.bin. |