From da3cf64f1efd0041e4026a122c257af9285cba22 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 11 Jul 2014 18:59:24 +0200 Subject: [PATCH] u-boot: Remove the never working ODU support from u-boot The u-boot port was never tried on a device and was only added to get the image building. Remove now that we have barebox support --- recipes-sysmobts/uboot/u-boot_sysmocom.inc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/recipes-sysmobts/uboot/u-boot_sysmocom.inc b/recipes-sysmobts/uboot/u-boot_sysmocom.inc index e20956d..c720fd4 100644 --- a/recipes-sysmobts/uboot/u-boot_sysmocom.inc +++ b/recipes-sysmobts/uboot/u-boot_sysmocom.inc @@ -4,24 +4,14 @@ SRCREV_sysmobts-v1 = "40d74c99ac9d741857d1298617b186b1d4e148de" PV = "v2011.12+git${SRCPV}" S = "${WORKDIR}/git" -# We can't build the normal build for sysmocom-odu yet.. build the TI branch -SRCREV_sysmocom-odu = "f2dcae2f9e9434392673fea7584641afa98f4232" -UBOOT_MACHINE_sysmocom-odu = "am335x_evm_config" -SPL_BINARY_sysmocom-odu = "MLO" -SPL_UART_IMAGE_sysmocom-odu = "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" -SPL_UART_BINARY_sysmocom-odu = "u-boot-spl.bin" -SPL_UART_SYMLINK_sysmocom-odu = "${SPL_UART_BINARY}-${MACHINE}" - - PRINC = "13" LIC_FILES_CHKSUM = "file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90" -LIC_FILES_CHKSUM_sysmocom-odu = "file://README;beginline=1;endline=22;md5=2687c5ebfd9cb284491c3204b726ea29" UBOOT_MACHINE_sysmobts-v1 = "davinci_sysmobts_v1_config" UBOOT_MACHINE_sysmobts-v2 = "davinci_sysmobts_v2_config" UBOOT_MACHINE_sysmobts-2050 = "davinci_sysmobts_v2_config" -COMPATIBLE_MACHINE = "(sysmobts-v1|sysmobts-v2|sysmobts-2050|sysmocom-odu)" +COMPATIBLE_MACHINE = "(sysmobts-v1|sysmobts-v2|sysmobts-2050)" UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}" UBOOT_SYMLINK = "u-boot-${MACHINE}"