summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2011-10-17 16:02:34 -0400
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-18 09:31:57 +0200
commitff7221f486bda6c89690b441523f3e75fb4ed1ab (patch)
tree0b27fc723a63eeb4324c053459f4e7999c008871 /recipes-bsp/u-boot
parente879f1d6d169eaffd394daa0f78ad76fecadfc9c (diff)
downloadmeta-ti-ff7221f486bda6c89690b441523f3e75fb4ed1ab.tar.gz
u-boot-2011.10rc: update to cover ti33x SOC boards, not just beaglebone
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.10rc.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
index ad6d74ce..e10c8955 100644
--- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
@@ -1,10 +1,10 @@
1require u-boot.inc 1require u-boot.inc
2 2
3# No patches for other machines yet 3# No patches for other machines yet
4COMPATIBLE_MACHINE = "beaglebone" 4COMPATIBLE_MACHINE = "(ti33x)"
5DEFAULT_PREFERENCE_beaglebone = "99" 5DEFAULT_PREFERENCE_ti33x = "99"
6PV = "2011.09+git" 6PV = "2011.09+git"
7PR = "r8" 7PR = "r9"
8 8
9# SPL build 9# SPL build
10UBOOT_BINARY = "u-boot.img" 10UBOOT_BINARY = "u-boot.img"