diff options
author | Yong-iL Joh <yong-il.joh@windriver.com> | 2015-11-10 16:04:01 +0900 |
---|---|---|
committer | Yong-iL Joh <yong-il.joh@windriver.com> | 2015-11-10 22:55:35 +0900 |
commit | 7e8adac32569c2f718a57d8e08ea47922d53aa25 (patch) | |
tree | 10ea3fddebd8b3f2f80783ec4d73b7ea37031bbf /meta-ivi-bsp | |
parent | 565e6fa5d30086382eab6fee1b5347f98ee4298f (diff) | |
download | meta-ivi-7e8adac32569c2f718a57d8e08ea47922d53aa25.tar.gz meta-ivi-7e8adac32569c2f718a57d8e08ea47922d53aa25.tar.bz2 meta-ivi-7e8adac32569c2f718a57d8e08ea47922d53aa25.zip |
u-boot: remove patch for imx53qsb
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
Diffstat (limited to 'meta-ivi-bsp')
-rw-r--r-- | meta-ivi-bsp/recipes-bsp/u-boot/files/no_delay.patch | 13 | ||||
-rw-r--r-- | meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2015.01.bbappend | 5 |
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" |