From 017e1f3f9fc8745cc12bbd924b0cbc4d6ee5dbf8 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 18 Mar 2012 11:47:58 +0000 Subject: BOOT: Add RAW ramdisk support to bootz This patch allows loading RAW ramdisk via bootz command. The raw ramdisk is loaded only in case it's size is specified: bootz : For example: bootz 0x42000000 0x43000000:0x12345 0x44000000 Signed-off-by: Marek Vasut Signed-off-by: Rob Herring Cc: Tom Warren Cc: albert.u.boot@aribaud.net Cc: afleming@gmail.com Cc: Simon Glass Cc: Stephen Warren Cc: Nicolas Pitre Cc: Wolfgang Denk Cc: Detlev Zundel --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') diff --git a/README b/README index a9dc69b..90a79bf 100644 --- a/README +++ b/README @@ -4437,6 +4437,11 @@ 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 +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: ":". + Standalone HOWTO: ================= -- cgit v1.1