All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra PATCH 1/3] imx6qsabrelite: Remove specific setup and turn it as an alias to Nitrogen6X
@ 2013-07-02 19:35 Otavio Salvador
  2013-07-02 19:35 ` [meta-fsl-arm-extra PATCH 2/3] linux-wandboard: Update to 3.0.35-4.0.0 based kernel Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Otavio Salvador @ 2013-07-02 19:35 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

This board now use the *same* code as Nitrogen6X and it boots from
internal SPI NOR memory. If you did change it to boot from the MMC
(SD3 or SD4) please check the Boundary's blog post at:

  http://boundarydevices.com/u-boot-on-i-mx6/#unbricking

Change-Id: I5ec3444afee65002f94c2d2de40662749e5a9070
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 conf/machine/imx6qsabrelite.conf | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf
index 2155ba0..14409fb 100644
--- a/conf/machine/imx6qsabrelite.conf
+++ b/conf/machine/imx6qsabrelite.conf
@@ -3,17 +3,9 @@
 #@SOC: i.MX6Q
 #@DESCRIPTION: Machine configuration for Boundary Devices i.MX6Q SABRE Lite
 
-include conf/machine/include/imx-base.inc
-include conf/machine/include/tune-cortexa9.inc
+# WARNING: This board now use the *same* code as Nitrogen6X and it
+#          boots from internal SPI NOR memory. If you did change it to boot
+#          from the MMC (SD3 or SD4) please check the Boundary's blog post
+#          at: http://boundarydevices.com/u-boot-on-i-mx6/#unbricking
 
-SOC_FAMILY = "mx6:mx6q"
-
-KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
-
-UBOOT_MACHINE = "mx6qsabrelite_config"
-
-SERIAL_CONSOLE = "115200 ttymxc1"
-
-MACHINE_FEATURES += " pci wifi bluetooth"
+include conf/machine/nitrogen6x.conf
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-02 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-02 19:35 [meta-fsl-arm-extra PATCH 1/3] imx6qsabrelite: Remove specific setup and turn it as an alias to Nitrogen6X Otavio Salvador
2013-07-02 19:35 ` [meta-fsl-arm-extra PATCH 2/3] linux-wandboard: Update to 3.0.35-4.0.0 based kernel Otavio Salvador
2013-07-02 19:35 ` [meta-fsl-arm-extra PATCH 3/3] wandboard-quad: Add Wandboard Quad support Otavio Salvador
2013-07-02 21:54 ` [meta-fsl-arm-extra PATCH 1/3] imx6qsabrelite: Remove specific setup and turn it as an alias to Nitrogen6X Eric Nelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.