summaryrefslogtreecommitdiffstats
path: root/configs/warp7_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-09-12 17:50:48 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-12 22:55:49 +0200
commit51a7293bf96ece7efebcdcc2aa9cf476d451ff94 (patch)
treed5721dfd4ac0b7d0118e220a95d86b1da1a6da48 /configs/warp7_defconfig
parent5c97dcbc1f43e783af4f6200f65152a1b9a1851d (diff)
downloadbuildroot-51a7293bf96ece7efebcdcc2aa9cf476d451ff94.tar.gz
buildroot-51a7293bf96ece7efebcdcc2aa9cf476d451ff94.zip
configs/warp7: Use mainline U-Boot
warp7 is well supported in mainline U-Boot 2016.09, so switch to this version. As the current supported kernel is based on a 4.1 kernel from NXP, use the "warp7_secure" U-Boot target as NXP kernel needs to boot in secure mode. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/warp7_defconfig')
-rw-r--r--configs/warp7_defconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 0da34c324e..95508d6334 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -19,10 +19,9 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7s-warp"
# U-Boot
BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="warp7"
-BR2_TARGET_UBOOT_CUSTOM_GIT=y
-BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Freescale/u-boot-fslc.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="7a8868eb526b7c1d5dc274bc666bfaef9585ba7c"
+BR2_TARGET_UBOOT_BOARDNAME="warp7_secure"
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09"
BR2_TARGET_UBOOT_FORMAT_IMX=y
# Filesystem
OpenPOWER on IntegriCloud