[Buildroot] [PATCH] Initial support for i.mx6 sabreauto board

Abdul Hussain hussain.abdul at outlook.com
Fri Nov 8 16:14:06 UTC 2013


Signed-off-by: Abdul Hussain <hussain.abdul at outlook.com>
---
 configs/freescale_imx6sabreauto_defconfig |    9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 configs/freescale_imx6sabreauto_defconfig

diff --git a/configs/freescale_imx6sabreauto_defconfig b/configs/freescale_imx6sabreauto_defconfig
new file mode 100644
index 0000000..d02a395
--- /dev/null
+++ b/configs/freescale_imx6sabreauto_defconfig
@@ -0,0 +1,9 @@
+BR2_arm=y
+BR2_cortex_a9=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/snapshot/linux-2.6-imx-imx_3.0.35_4.1.0.tar.bz2"
+BR2_LINUX_KERNEL_DEFCONFIG="imx6"
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="mx6qsabreauto"
-- 
1.7.9.5



More information about the buildroot mailing list