summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.12.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-01-12 12:15:05 -0800
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-13 12:30:50 +0100
commitbc98f6f230dc8d3457e809b75f421ed732e21143 (patch)
tree138663841109e674cfb9f0440c2e700dd640576f /recipes-bsp/u-boot/u-boot_2011.12.bb
parentd0076873ee3e66ee59a5a29a11e594fcef9d25ea (diff)
downloadmeta-ti-bc98f6f230dc8d3457e809b75f421ed732e21143.tar.gz
u-boot_2011.09, u-boot_2011.12: Always use gnu ld for LD
u-boot wants GNU ld and cant link with gold so when default linker is gold we make sure that it still uses good old GNU ld Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2011.12.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.12.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.12.bb b/recipes-bsp/u-boot/u-boot_2011.12.bb
index d776c38c..7554badc 100644
--- a/recipes-bsp/u-boot/u-boot_2011.12.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.12.bb
@@ -6,7 +6,7 @@ UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
6UBOOT_SYMLINK = "u-boot-${MACHINE}.img" 6UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
7 7
8PV = "2011.12" 8PV = "2011.12"
9PR = "r1" 9PR = "r2"
10 10
11# No patches for other machines yet 11# No patches for other machines yet
12COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omap3evm)" 12COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omap3evm)"
@@ -18,6 +18,7 @@ SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \
18 file://2011.12/0004-omap4-common-mount-root-RO.patch \ 18 file://2011.12/0004-omap4-common-mount-root-RO.patch \
19 file://2011.12/0005-omap4-common-use-ext4-by-default.patch \ 19 file://2011.12/0005-omap4-common-use-ext4-by-default.patch \
20 file://2011.12/U-Boot-OMAP-MMC-Add-delay-before-waiting-for-status.patch \ 20 file://2011.12/U-Boot-OMAP-MMC-Add-delay-before-waiting-for-status.patch \
21 file://0001-config-Always-use-GNU-ld.patch \
21 " 22 "
22 23
23# v2011.12 tag 24# v2011.12 tag