aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi-bsp')
-rw-r--r--meta-ivi-bsp/recipes-bsp/u-boot/files/no_delay.patch13
-rw-r--r--meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2015.01.bbappend5
2 files changed, 0 insertions, 18 deletions
diff --git a/meta-ivi-bsp/recipes-bsp/u-boot/files/no_delay.patch b/meta-ivi-bsp/recipes-bsp/u-boot/files/no_delay.patch
deleted file mode 100644
index f280b7e..0000000
--- a/meta-ivi-bsp/recipes-bsp/u-boot/files/no_delay.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: git/include/configs/omap3_beagle.h
-===================================================================
---- git.orig/include/configs/omap3_beagle.h 2012-01-20 02:19:54.582012450 +0200
-+++ git/include/configs/omap3_beagle.h 2012-01-20 02:20:33.534011227 +0200
-@@ -195,7 +195,7 @@
- /* partition */
-
- /* Environment information */
--#define CONFIG_BOOTDELAY 10
-+#define CONFIG_BOOTDELAY 0
-
- #define CONFIG_EXTRA_ENV_SETTINGS \
- "loadaddr=0x82000000\0" \
diff --git a/meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2015.01.bbappend b/meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2015.01.bbappend
deleted file mode 100644
index 6becfb8..0000000
--- a/meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2015.01.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-# Find "files" directory
-FILESEXTRAPATHS_append := ":${THISDIR}/files"
-
-# Patch for removing autostart countdown
-SRC_URI_append_imx53qsb = " file://no_delay.patch"