diff options
Diffstat (limited to 'Documentation/devicetree/usage-model.txt')
| -rw-r--r-- | Documentation/devicetree/usage-model.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/devicetree/usage-model.txt b/Documentation/devicetree/usage-model.txt index ef9d06c9f8fd..0efedaad5165 100644 --- a/Documentation/devicetree/usage-model.txt +++ b/Documentation/devicetree/usage-model.txt | |||
| @@ -191,9 +191,11 @@ Linux it will look something like this: | |||
| 191 | }; | 191 | }; |
| 192 | 192 | ||
| 193 | The bootargs property contains the kernel arguments, and the initrd-* | 193 | The bootargs property contains the kernel arguments, and the initrd-* |
| 194 | properties define the address and size of an initrd blob. The | 194 | properties define the address and size of an initrd blob. Note that |
| 195 | chosen node may also optionally contain an arbitrary number of | 195 | initrd-end is the first address after the initrd image, so this doesn't |
| 196 | additional properties for platform-specific configuration data. | 196 | match the usual semantic of struct resource. The chosen node may also |
| 197 | optionally contain an arbitrary number of additional properties for | ||
| 198 | platform-specific configuration data. | ||
| 197 | 199 | ||
| 198 | During early boot, the architecture setup code calls of_scan_flat_dt() | 200 | During early boot, the architecture setup code calls of_scan_flat_dt() |
| 199 | several times with different helper callbacks to parse device tree | 201 | several times with different helper callbacks to parse device tree |
