summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/files/remove-overlay.patch
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-15 13:31:26 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:28:27 +0200
commita5c35789945032cab2e5bd0a1aaa5ab8fd74e8dc (patch)
treead51d56830060402483034cec549d8ea046cb83a /recipes-bsp/u-boot/files/remove-overlay.patch
parent5cab32124cf84b851fab012d3f37dc97301519f3 (diff)
u-boot: get rid of obsolete patches
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/files/remove-overlay.patch')
-rw-r--r--recipes-bsp/u-boot/files/remove-overlay.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-bsp/u-boot/files/remove-overlay.patch b/recipes-bsp/u-boot/files/remove-overlay.patch
deleted file mode 100644
index dfd9ba3..0000000
--- a/recipes-bsp/u-boot/files/remove-overlay.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- git/arch/arm/cpu/armv7/u-boot.lds 2012-06-02 21:16:34.000000000 +0200
-+++ x
-@@ -68,7 +68,7 @@
-
- _end = .;
-
-- .bss __rel_dyn_start (OVERLAY) : {
-+ .bss __rel_dyn_start : {
- __bss_start = .;
- *(.bss)
- . = ALIGN(4);