From f5b48eb44a38a1e6fff28bd92de0591e2b00d073 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 11 Feb 2010 09:17:13 +0100 Subject: Revert "u-boot_git.bb: Do not apply u-boot-remove-inline-of-weak-functions.patch" The weak inline patch is being applied to machines that already have that in their tree and it isn't boot tested Since bootloaders are critical or machines to work this patch needs to go and is only allowed back after being boot tested on affected machines. This reverts commit 6795b4bf1ed4074fd83703c19828f91492c6507f. This reverts commit 40914431d5c2426945fe5f206d86c99222ace54b. --- recipes/u-boot/u-boot_2009.08.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes/u-boot/u-boot_2009.08.bb') diff --git a/recipes/u-boot/u-boot_2009.08.bb b/recipes/u-boot/u-boot_2009.08.bb index 1ba7c2f27d..21715a07a8 100644 --- a/recipes/u-boot/u-boot_2009.08.bb +++ b/recipes/u-boot/u-boot_2009.08.bb @@ -1,4 +1,4 @@ -PR = "r2" +PR = "r1" require u-boot.inc DEFAULT_PREFERENCE = "-1" @@ -7,7 +7,6 @@ DEFAULT_PREFERENCE_at91sam9g45ek = "1" DEFAULT_PREFERENCE_igep0020 = "1" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 " -SRC_URI += "file://u-boot-2009.08-remove-inline-of-weak-functions.patch;patch=1" SRC_URI_append_igep0020 = " \ file://update-mach-types.patch;patch=1 \ -- cgit 1.2.3-korg