summaryrefslogtreecommitdiff
path: root/recipes-bsp
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
commitf2c76a71521b53b10547ae0bf8ac712baae912e5 (patch)
treed7c8f06588e964507fb4b92208bc33fb050d56dd /recipes-bsp
parent5c744efc6d07421cffb0d1401219f3cc37cb2f14 (diff)
u-boot: remove obsolete overrides
Diffstat (limited to 'recipes-bsp')
-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}"