summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/files/remove-overlay.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-06-03 23:52:07 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-06-03 23:52:07 +0200
commit608f39d17b0ca68d92a7dd161a83641876b3065c (patch)
treebf359c6c0bc21ae6d5ab205be842255432b0ee63 /recipes-bsp/u-boot/files/remove-overlay.patch
parentdff3446ed548fcfcf8909ac83045dec7cf0e0e2e (diff)
u-boot base from meta instead of a copy from meta-ti
fix u-boot to no longer fail at runtime, (write beyond array)
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, 11 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/files/remove-overlay.patch b/recipes-bsp/u-boot/files/remove-overlay.patch
new file mode 100644
index 0000000..dfd9ba3
--- /dev/null
+++ b/recipes-bsp/u-boot/files/remove-overlay.patch
@@ -0,0 +1,11 @@
+--- 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);