summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaupin, Chase <chase.maupin@ti.com>2014-06-14 03:55:55 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-06-16 18:21:47 -0400
commit125f8cf47e87f6fc3cce2d65cbcfee35935ee80f (patch)
treea35fe301466f43597e62c3f00100d35746258a2f
parent7c5088b0d0d1e624edf1116c36dc175c7d63eb34 (diff)
downloadmeta-ti-125f8cf47e87f6fc3cce2d65cbcfee35935ee80f.tar.gz
u-boot: remove old mainline versions
* Remove old mainline u-boot versions since the latest version has better support for TI platforms. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.12.bb37
-rw-r--r--recipes-bsp/u-boot/u-boot_2013.01.01.bb15
2 files changed, 0 insertions, 52 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.12.bb b/recipes-bsp/u-boot/u-boot_2011.12.bb
deleted file mode 100644
index 13cb5371..00000000
--- a/recipes-bsp/u-boot/u-boot_2011.12.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1require u-boot-ti.inc
2
3SPL_BINARY = "MLO"
4
5PR = "r8"
6
7COMPATIBLE_MACHINE = "(beagleboard|pandaboard|am3517-evm|am37x-evm|omap3evm)"
8
9# Non-omap4 platforms need outer cache turned on
10CACHEFIX = "file://2011.12/0008-Revert-armv7-disable-L2-cache-in-cleanup_before_linu.patch"
11CACHEFIX_omap4 = ""
12
13# File is board-specific, only copy when it will be correct.
14FWENV_beagleboard = "file://fw_env.config"
15FWENV = ""
16
17SRC_URI = "git://git.denx.de/u-boot.git;protocol=git \
18 file://2011.12/0001-beagleboard-mount-rootfs-RO-instead-of-RW-at-boot.patch \
19 file://2011.12/0002-beagleboard-add-support-for-TCT-Beacon-board.patch \
20 file://2011.12/0003-beagleboard-add-support-for-scanning-loop-through-ex.patch \
21 file://2011.12/0004-omap4-common-mount-root-RO.patch \
22 file://2011.12/0005-omap4-common-use-ext4-by-default.patch \
23 file://2011.12/0006-OMAP-MMC-Add-delay-before-waiting-for-status.patch \
24 file://2011.12/0007-config-Always-use-GNU-ld.patch \
25 ${CACHEFIX} \
26 file://2011.12/0009-Beagleboard-Correct-memory-size-on-rev-C4.patch \
27 file://2011.12/0010-OMAP3-Correct-get_sdr_cs_offset-mask.patch \
28 file://2011.12/0011-ext2load-increase-read-speed.patch \
29 file://2011.12/0012-ext4fs-ls-load-support.patch \
30 file://2011.12/0013-beagleboard-switch-mmcroots-to-ext4.patch \
31 ${FWENV} \
32 "
33
34# v2011.12 tag
35SRCREV = "cba9a894fdb1cb49b60fcd1d1d6919cbd7995dd5"
36
37RRECOMMENDS_${PN}_beagleboard = "u-boot-fw-utils"
diff --git a/recipes-bsp/u-boot/u-boot_2013.01.01.bb b/recipes-bsp/u-boot/u-boot_2013.01.01.bb
deleted file mode 100644
index e3da1f31..00000000
--- a/recipes-bsp/u-boot/u-boot_2013.01.01.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1require u-boot-ti.inc
2
3DESCRIPTION = "Mainline u-boot bootloader"
4
5DEFAULT_PREFERENCE = "-1"
6
7PR = "r1"
8
9SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
10
11BRANCH ?= "u-boot-2013.01.y"
12
13SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46"
14
15SPL_BINARY = "MLO"