summaryrefslogtreecommitdiffstats
path: root/bsp/meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb')
-rw-r--r--bsp/meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/bsp/meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb b/bsp/meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb
deleted file mode 100644
index 449f6c33..00000000
--- a/bsp/meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
-PR="r1"
-
-SRCREV = "95ab599e1ad7840e08be0aa567eea3fca357572f"
-
-UBOOT_BRANCH ?= "socfpga_${PV}"
-UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git"
-UBOOT_PROT ?= "https"
-
-SRC_URI = "\
- ${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH} \
- file://fix-build-error-under-gcc6.patch \
- "
-
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://README;md5=176c127db28f1a9e8d88f682a2a34963"
-
-DEPENDS += "dtc-native"
-
-UBOOT_CONFIG[cyclone5-socdk] = "socfpga_cyclone5_config"
-
-SPL_BINARY_cyclone5 = "spl/u-boot-spl.bin"
-SPL_BINARY_arria5 = "spl/u-boot-spl.bin"