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
This commit is contained in:
Holger Hans Peter Freyther 2014-07-11 18:59:24 +02:00
parent f18a674af3
commit da3cf64f1e
1 changed files with 1 additions and 11 deletions

View File

@ -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}"