diff options
author | Denys Dmytriyenko <denys@ti.com> | 2011-10-17 16:02:34 -0400 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-18 09:31:57 +0200 |
commit | ff7221f486bda6c89690b441523f3e75fb4ed1ab (patch) | |
tree | 0b27fc723a63eeb4324c053459f4e7999c008871 | |
parent | e879f1d6d169eaffd394daa0f78ad76fecadfc9c (diff) | |
download | meta-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>
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2011.10rc.bb | 6 |
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 @@ | |||
1 | require u-boot.inc | 1 | require u-boot.inc |
2 | 2 | ||
3 | # No patches for other machines yet | 3 | # No patches for other machines yet |
4 | COMPATIBLE_MACHINE = "beaglebone" | 4 | COMPATIBLE_MACHINE = "(ti33x)" |
5 | DEFAULT_PREFERENCE_beaglebone = "99" | 5 | DEFAULT_PREFERENCE_ti33x = "99" |
6 | PV = "2011.09+git" | 6 | PV = "2011.09+git" |
7 | PR = "r8" | 7 | PR = "r9" |
8 | 8 | ||
9 | # SPL build | 9 | # SPL build |
10 | UBOOT_BINARY = "u-boot.img" | 10 | UBOOT_BINARY = "u-boot.img" |