1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

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>
This commit is contained in:
Maupin, Chase
2014-06-14 03:55:55 +00:00
committed by Denys Dmytriyenko
parent ca565599c2
commit 15d14fa675
2 changed files with 0 additions and 52 deletions

View File

@@ -1,37 +0,0 @@
require u-boot-ti.inc
SPL_BINARY = "MLO"
PR = "r8"
COMPATIBLE_MACHINE = "(beagleboard|pandaboard|am3517-evm|am37x-evm|omap3evm)"
# Non-omap4 platforms need outer cache turned on
CACHEFIX = "file://2011.12/0008-Revert-armv7-disable-L2-cache-in-cleanup_before_linu.patch"
CACHEFIX_omap4 = ""
# File is board-specific, only copy when it will be correct.
FWENV_beagleboard = "file://fw_env.config"
FWENV = ""
SRC_URI = "git://git.denx.de/u-boot.git;protocol=git \
file://2011.12/0001-beagleboard-mount-rootfs-RO-instead-of-RW-at-boot.patch \
file://2011.12/0002-beagleboard-add-support-for-TCT-Beacon-board.patch \
file://2011.12/0003-beagleboard-add-support-for-scanning-loop-through-ex.patch \
file://2011.12/0004-omap4-common-mount-root-RO.patch \
file://2011.12/0005-omap4-common-use-ext4-by-default.patch \
file://2011.12/0006-OMAP-MMC-Add-delay-before-waiting-for-status.patch \
file://2011.12/0007-config-Always-use-GNU-ld.patch \
${CACHEFIX} \
file://2011.12/0009-Beagleboard-Correct-memory-size-on-rev-C4.patch \
file://2011.12/0010-OMAP3-Correct-get_sdr_cs_offset-mask.patch \
file://2011.12/0011-ext2load-increase-read-speed.patch \
file://2011.12/0012-ext4fs-ls-load-support.patch \
file://2011.12/0013-beagleboard-switch-mmcroots-to-ext4.patch \
${FWENV} \
"
# v2011.12 tag
SRCREV = "cba9a894fdb1cb49b60fcd1d1d6919cbd7995dd5"
RRECOMMENDS_${PN}_beagleboard = "u-boot-fw-utils"

View File

@@ -1,15 +0,0 @@
require u-boot-ti.inc
DESCRIPTION = "Mainline u-boot bootloader"
DEFAULT_PREFERENCE = "-1"
PR = "r1"
SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
BRANCH ?= "u-boot-2013.01.y"
SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46"
SPL_BINARY = "MLO"