summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2012-08-03 23:20:08 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-08-07 23:20:06 -0400
commit7b54887b9505bb8334bfbe4094a2c396add8da48 (patch)
treec23cc5a20f2756c2d0a797c83720e6ac6703a162 /recipes-bsp
parentfc003234aae7d8a69fafe6a4cfb0118bc18d3b0b (diff)
downloadmeta-ti-7b54887b9505bb8334bfbe4094a2c396add8da48.tar.gz
u-boot_2011.09[.10rc]: Always use gnu ld for LD
- Pull in gnu ld patch for 2011.10rc recipe - Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.10rc.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
index 7035b4cb..2cb82713 100644
--- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "(ti33x)"
6DEFAULT_PREFERENCE_ti33x = "99" 6DEFAULT_PREFERENCE_ti33x = "99"
7 7
8PV = "2011.09+git" 8PV = "2011.09+git"
9PR = "r29" 9PR = "r30"
10 10
11# SPL build 11# SPL build
12UBOOT_BINARY = "u-boot.img" 12UBOOT_BINARY = "u-boot.img"
@@ -24,6 +24,7 @@ SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;br
24 file://2011.09git/0008-am335x-evm-load-uImage-from-boot-instead-of-VFAT.patch \ 24 file://2011.09git/0008-am335x-evm-load-uImage-from-boot-instead-of-VFAT.patch \
25 file://2011.09git/0009-ext4fs-ls-load-support.patch \ 25 file://2011.09git/0009-ext4fs-ls-load-support.patch \
26 file://2011.09git/0010-am335x-switch-to-ext4-mode.patch \ 26 file://2011.09git/0010-am335x-switch-to-ext4-mode.patch \
27 file://0001-config-Always-use-GNU-ld.patch \
27 " 28 "
28 29
29SRCREV = "dc52533ccff00a12761f793d66b39e4f6a4a3bba" 30SRCREV = "dc52533ccff00a12761f793d66b39e4f6a4a3bba"