]> Pileus Git - ~andy/linux/commitdiff
Documentation/devicetree: make semantic of initrd-end more explicit
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 25 Apr 2013 12:27:57 +0000 (14:27 +0200)
committerRob Herring <rob.herring@calxeda.com>
Thu, 25 Apr 2013 20:05:09 +0000 (15:05 -0500)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Documentation/devicetree/usage-model.txt

index ef9d06c9f8fde9341c3dc1926f83524fb7a47396..0efedaad5165d74a1ef8273fe1ff9491c096d97a 100644 (file)
@@ -191,9 +191,11 @@ Linux it will look something like this:
        };
 
 The bootargs property contains the kernel arguments, and the initrd-*
-properties define the address and size of an initrd blob.  The
-chosen node may also optionally contain an arbitrary number of
-additional properties for platform-specific configuration data.
+properties define the address and size of an initrd blob.  Note that
+initrd-end is the first address after the initrd image, so this doesn't
+match the usual semantic of struct resource.  The chosen node may also
+optionally contain an arbitrary number of additional properties for
+platform-specific configuration data.
 
 During early boot, the architecture setup code calls of_scan_flat_dt()
 several times with different helper callbacks to parse device tree