summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex_git.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-03-31 19:14:39 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-08-07 16:18:34 +0200
commit8455cf7bed39c593281cb17505adbb6b16ef9c3d (patch)
treecdbec40a5977fc5f575041429f3fdcc262cf7289 /recipes-bsp/u-boot/u-boot-toradex_git.bb
parent0535d7332419e38ad5bee81a80129bd40a67974b (diff)
u-boot: remove obsolete overrides
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex_git.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_git.bb b/recipes-bsp/u-boot/u-boot-toradex_git.bb
index 7e7b79e..3d4d48c 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb
@@ -20,15 +20,14 @@ SRCREV = "06ee8db6422e02337242e43b8573359443db59ea"
PV = "${PR}+gitr${SRCREV}"
-# override the solution passed in from u-boot.inc as we want to set additional flags
-EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
+# apalis/colibri-t30: require u-boot-dtb-tegra.bin to be used
+UBOOT_IMAGE_tegra3 = "u-boot-dtb-tegra-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
+UBOOT_BINARY_tegra3 = "u-boot-dtb-tegra.${UBOOT_SUFFIX}"
+UBOOT_SYMLINK_tegra3 = "u-boot-dtb-tegra-${MACHINE}.${UBOOT_SUFFIX}"
# require u-boot-dtb-tegra.bin to be used
UBOOT_IMAGE = "u-boot-dtb-tegra-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
UBOOT_BINARY = "u-boot-dtb-tegra.${UBOOT_SUFFIX}"
UBOOT_SYMLINK = "u-boot-dtb-tegra-${MACHINE}.${UBOOT_SUFFIX}"
-#do_install_append() {
-#}
-
PACKAGE_ARCH = "${MACHINE_ARCH}"