summaryrefslogtreecommitdiffstats
path: root/configs/freescale_imx6sololiteevk_defconfig
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>2013-09-02 22:07:57 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-27 08:09:01 +0100
commitd0a4de053eae448757a00398d853377562228850 (patch)
tree4cabd6a1964b9541e27b4773a3cdf60b5a1536a3 /configs/freescale_imx6sololiteevk_defconfig
parent4bff614528a189db82e6388604328c3dfdf4a62c (diff)
downloadbuildroot-d0a4de053eae448757a00398d853377562228850.tar.gz
buildroot-d0a4de053eae448757a00398d853377562228850.zip
defconfigs: update after rename of custom git repo/version options
[Peter: also update cubieboard2, freescale_imx6* and wandboard] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/freescale_imx6sololiteevk_defconfig')
-rw-r--r--configs/freescale_imx6sololiteevk_defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/freescale_imx6sololiteevk_defconfig b/configs/freescale_imx6sololiteevk_defconfig
index 997ecbea5a..997d44fece 100644
--- a/configs/freescale_imx6sololiteevk_defconfig
+++ b/configs/freescale_imx6sololiteevk_defconfig
@@ -8,8 +8,8 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
# kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
-BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="rel_imx_3.0.35_4.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.0.35_4.1.0"
BR2_LINUX_KERNEL_DEFCONFIG="imx6s"
# filesystem
@@ -19,5 +19,5 @@ BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="mx6sl_evk"
BR2_TARGET_UBOOT_CUSTOM_GIT=y
-BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
-BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="rel_imx_3.0.35_4.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.0.35_4.1.0"
OpenPOWER on IntegriCloud