summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/files/remove-overlay.patch
diff options
context:
space:
mode:
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);