summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-am37x_2012.04.01.bb
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooper@ti.com>2013-07-09 14:17:36 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-07-11 13:59:00 -0400
commit5ff9feb881d43e3f3aea2113c510301b218e9d44 (patch)
treef3dfd9f99543a7c6b12a5045d5fe544425deaa78 /recipes-bsp/u-boot/u-boot-am37x_2012.04.01.bb
parent383266ca96d2f7f824d2f3c011310164a56fead4 (diff)
downloadmeta-ti-5ff9feb881d43e3f3aea2113c510301b218e9d44.tar.gz
u-boot: Add memory alignment fix for armv7 for am37x and am3517
* On am335x a memory alignment issue was found when using the Linaro toolchain. * A similar patch was applied for am335x that fixed this well documented issue. * Add a similar fix to am37x and am3517 since this is a generic armv7 issue. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-am37x_2012.04.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-am37x_2012.04.01.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-am37x_2012.04.01.bb b/recipes-bsp/u-boot/u-boot-am37x_2012.04.01.bb
index c25cf1e4..1cd96b6a 100644
--- a/recipes-bsp/u-boot/u-boot-am37x_2012.04.01.bb
+++ b/recipes-bsp/u-boot/u-boot-am37x_2012.04.01.bb
@@ -6,6 +6,8 @@ COMPATIBLE_MACHINE = "am37x-evm|beagleboard"
6 6
7BRANCH ?= "master" 7BRANCH ?= "master"
8 8
9PR = "r1+gitr${SRCPV}"
10
9# v2012.04.01 11# v2012.04.01
10SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d" 12SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d"
11 13
@@ -33,6 +35,7 @@ SRC_URI += "file://0001-omap3_beagle-add-usbethaddr-setting-to-enable-networ.pat
33 file://0002-omap3evm-Make-the-board-start-at-800MHz.patch \ 35 file://0002-omap3evm-Make-the-board-start-at-800MHz.patch \
34 file://0003-beagleboard-Make-xM-rev-C-go-to-800MHz.patch \ 36 file://0003-beagleboard-Make-xM-rev-C-go-to-800MHz.patch \
35 file://0001-ARM-omap3-Set-SPL-stack-size-to-8KB-image-to-54KB.patch \ 37 file://0001-ARM-omap3-Set-SPL-stack-size-to-8KB-image-to-54KB.patch \
38 file://0001-armv7-Unaligned-access-fix.patch \
36 " 39 "
37 40
38SPL_BINARY = "MLO" 41SPL_BINARY = "MLO"