summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2012-08-03 23:20:08 +0100
committerDenys Dmytriyenko <denis@denix.org>2012-10-17 15:50:45 -0400
commitaa61e0a12b390371610ebf422af8cdeef9a35caf (patch)
treeeb6cfd41bd74ae75c3aa31eb0cb1f4a0778e9eac
parentb7b8014c23bc3513e90dccd402b175ae5bdfe989 (diff)
downloadmeta-ti-aa61e0a12b390371610ebf422af8cdeef9a35caf.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> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
-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"