summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"