]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
README: Correct reference for CONFIG_SUPPORT_RAW_INITRD
authorTom Rini <trini@ti.com>
Thu, 16 May 2013 15:40:11 +0000 (11:40 -0400)
committerTom Rini <trini@ti.com>
Thu, 16 May 2013 15:40:11 +0000 (11:40 -0400)
Signed-off-by: Tom Rini <trini@ti.com>
README

diff --git a/README b/README
index 3d81092057bcaf0a77b6f5112d37d35eccea9613..3012dcdc16a4b6ac987fecb002e0140d71079893 100644 (file)
--- a/README
+++ b/README
@@ -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>".