summaryrefslogtreecommitdiff
path: root/configs/freescale_imx6qsabresd_defconfig
diff options
context:
space:
mode:
authorVincent Stehlé <vincent.stehle@freescale.com>2014-09-19 16:12:52 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-09-21 21:23:18 +0200
commit8bc74c5258d92d5d0640b526403aa0f3687b6f7f (patch)
tree2a42039b7d6825ea060cefa93a4249a968e12ddb /configs/freescale_imx6qsabresd_defconfig
parent7aff66f5b5225b2010a91f375d02159355b44104 (diff)
imx6sabresd: boot to /init in mfgtools mode
Buildroot supplies a nice /init wrapper script to use when booting from a ramdisk. We add a patch to u-boot to tell the kernel to boot into /init (instead of /linuxrc) on i.MX6, when booting in mfgtools mode. This way we can boot a buildroot system entirely through USB. Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com [Luca: rebase on top of iMX6DL patches and patch iMX6DL defconfig as well] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> [Luca: build- and run-tested on i.MX6DL SABRESD] Tested-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Gary Bisson <bisson.gary@gmail.com> Cc: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> Cc: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/freescale_imx6qsabresd_defconfig')
-rw-r--r--configs/freescale_imx6qsabresd_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/freescale_imx6qsabresd_defconfig b/configs/freescale_imx6qsabresd_defconfig
index 16e4d0bb6..bc0aa46a5 100644
--- a/configs/freescale_imx6qsabresd_defconfig
+++ b/configs/freescale_imx6qsabresd_defconfig
@@ -25,3 +25,4 @@ BR2_TARGET_UBOOT_FORMAT_IMX=y
BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.10.17_1.0.0_ga"
+BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR="board/freescale/imx6sabresd"