diff options
author | Tom Rini <trini@ti.com> | 2013-05-16 15:40:11 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-05-16 15:40:11 (GMT) |
commit | 8ac28563a059bea49c23bfc4ae88f749ad2b47d3 (patch) | |
tree | 7d17dfa7c09aa5f6e070236eb4d5f76229653314 | |
parent | 48e0b2bd2b6ecc80cd25181ca2fb9c0eaffef320 (diff) | |
download | u-boot-fsl-qoriq-8ac28563a059bea49c23bfc4ae88f749ad2b47d3.tar.xz |
README: Correct reference for CONFIG_SUPPORT_RAW_INITRD
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5063,7 +5063,7 @@ On some platforms, it's possible to boot Linux zImage. This is done using the "bootz" command. The syntax of "bootz" command is the same as the syntax of "bootm" command. -Note, defining the CONFIG_SUPPORT_INITRD_RAW allows user to supply +Note, defining the CONFIG_SUPPORT_RAW_INITRD allows user to supply kernel with raw initrd images. The syntax is slightly different, the address of the initrd must be augmented by it's size, in the following format: "<initrd addres>:<initrd size>". |