summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-05-13 09:28:22 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-18 11:17:36 +0200
commit7c07fd155340c506e39e59de55119b49c98c9bb0 (patch)
treeb4711b46d5753b2739b3ffe0011c4bf895719857 /recipes-bsp/u-boot
parente59a5b0a54a0457ce343b7dc2de5ed48e34178b3 (diff)
Apalis iMX6 IT: u-boot: use the IT defconfig for IT
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
index ec37937..b9701ce 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
@@ -45,7 +45,7 @@ SPL_SYMLINK_apalis-imx6 = "u-boot-it-${MACHINE}.imx"
do_compile_append_apalis-imx6() {
# keep u-boot with standard timings
mv u-boot.imx u-boot-std.imx
- oe_runmake apalis_imx6_defconfig
+ oe_runmake apalis_imx6_it_defconfig
oe_runmake ${UBOOT_MAKE_TARGET}
mv u-boot.imx u-boot-it.imx
mv u-boot-std.imx u-boot.imx