When using a multiboot capable bootloader this is exactly the field which should be used.
Replace the deprecation wording with a reference to the information on the priority of the bootargs fields.
Signed-off-by: Ian Campbell ian.campbell@citrix.com --- docs/misc/arm/device-tree/booting.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/misc/arm/device-tree/booting.txt b/docs/misc/arm/device-tree/booting.txt index a7fb52b..bfb8d01 100644 --- a/docs/misc/arm/device-tree/booting.txt +++ b/docs/misc/arm/device-tree/booting.txt @@ -25,8 +25,9 @@ Each node contains the following properties:
- bootargs (optional)
- Command line associated with this module. This is deprecated and should - be replaced by the bootargs variations described below. + Command line associated with this module. See below for the + priority of this field vs. other mechanisms of specifying the + bootargs for the kernel.
Command lines
On Fri, 6 Jun 2014, Ian Campbell wrote:
When using a multiboot capable bootloader this is exactly the field which should be used.
Replace the deprecation wording with a reference to the information on the priority of the bootargs fields.
Signed-off-by: Ian Campbell ian.campbell@citrix.com
Acked-by: Stefano Stabellini stefano.stabellini@eu.citrix.com
docs/misc/arm/device-tree/booting.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/misc/arm/device-tree/booting.txt b/docs/misc/arm/device-tree/booting.txt index a7fb52b..bfb8d01 100644 --- a/docs/misc/arm/device-tree/booting.txt +++ b/docs/misc/arm/device-tree/booting.txt @@ -25,8 +25,9 @@ Each node contains the following properties:
- bootargs (optional)
- Command line associated with this module. This is deprecated and should
- be replaced by the bootargs variations described below.
- Command line associated with this module. See below for the
- priority of this field vs. other mechanisms of specifying the
- bootargs for the kernel.
Command lines -- 1.9.0
Hi Ian,
On 06/06/2014 01:15 PM, Ian Campbell wrote:
When using a multiboot capable bootloader this is exactly the field which should be used.
Replace the deprecation wording with a reference to the information on the priority of the bootargs fields.
Signed-off-by: Ian Campbell ian.campbell@citrix.com
Acked-by: Julien Grall julien.grall@linaro.org
Regards,