From 7b54887b9505bb8334bfbe4094a2c396add8da48 Mon Sep 17 00:00:00 2001 From: Roger Monk Date: Fri, 3 Aug 2012 23:20:08 +0100 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot_2011.10rc.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)" DEFAULT_PREFERENCE_ti33x = "99" PV = "2011.09+git" -PR = "r29" +PR = "r30" # SPL build UBOOT_BINARY = "u-boot.img" @@ -24,6 +24,7 @@ SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;br file://2011.09git/0008-am335x-evm-load-uImage-from-boot-instead-of-VFAT.patch \ file://2011.09git/0009-ext4fs-ls-load-support.patch \ file://2011.09git/0010-am335x-switch-to-ext4-mode.patch \ + file://0001-config-Always-use-GNU-ld.patch \ " SRCREV = "dc52533ccff00a12761f793d66b39e4f6a4a3bba"