* [PATCH 2/2] ARM: dts: imx6q-sabrelite: Add bootargs field
@ 2012-04-01 15:12 Fabio Estevam
2012-04-01 15:37 ` Dirk Behme
0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2012-04-01 15:12 UTC (permalink / raw)
To: linux-arm-kernel
Add bootargs field.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/boot/dts/imx6q-sabrelite.dts | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
index 4663a4e..73915dc 100644
--- a/arch/arm/boot/dts/imx6q-sabrelite.dts
+++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
@@ -17,6 +17,10 @@
model = "Freescale i.MX6 Quad SABRE Lite Board";
compatible = "fsl,imx6q-sabrelite", "fsl,imx6q";
+ chosen {
+ bootargs = "console=ttymxc1,115200 root=/dev/mmcblk0p3 rootwait";
+ };
+
memory {
reg = <0x10000000 0x40000000>;
};
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] ARM: dts: imx6q-sabrelite: Add bootargs field
2012-04-01 15:12 Fabio Estevam
@ 2012-04-01 15:37 ` Dirk Behme
0 siblings, 0 replies; 3+ messages in thread
From: Dirk Behme @ 2012-04-01 15:37 UTC (permalink / raw)
To: linux-arm-kernel
Hi Fabio,
On 01.04.2012 17:12, Fabio Estevam wrote:
> Add bootargs field.
>
> Signed-off-by: Fabio Estevam<fabio.estevam@freescale.com>
> ---
> arch/arm/boot/dts/imx6q-sabrelite.dts | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
> index 4663a4e..73915dc 100644
> --- a/arch/arm/boot/dts/imx6q-sabrelite.dts
> +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
> @@ -17,6 +17,10 @@
> model = "Freescale i.MX6 Quad SABRE Lite Board";
> compatible = "fsl,imx6q-sabrelite", "fsl,imx6q";
>
> + chosen {
> + bootargs = "console=ttymxc1,115200 root=/dev/mmcblk0p3 rootwait";
> + };
> +
Why do we need this? U-Boot adds this at runtime with the configured
bootargs.
Best regards
Dirk
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] ARM: dts: imx6q-sabrelite: Add bootargs field
@ 2012-04-01 16:51 Fabio Estevam
0 siblings, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2012-04-01 16:51 UTC (permalink / raw)
To: linux-arm-kernel
Add bootargs field.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/boot/dts/imx6q-sabrelite.dts | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
index 4663a4e..73915dc 100644
--- a/arch/arm/boot/dts/imx6q-sabrelite.dts
+++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
@@ -17,6 +17,10 @@
model = "Freescale i.MX6 Quad SABRE Lite Board";
compatible = "fsl,imx6q-sabrelite", "fsl,imx6q";
+ chosen {
+ bootargs = "console=ttymxc1,115200 root=/dev/mmcblk0p3 rootwait";
+ };
+
memory {
reg = <0x10000000 0x40000000>;
};
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-01 16:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-01 16:51 [PATCH 2/2] ARM: dts: imx6q-sabrelite: Add bootargs field Fabio Estevam
-- strict thread matches above, loose matches on Subject: below --
2012-04-01 15:12 Fabio Estevam
2012-04-01 15:37 ` Dirk Behme
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).