From ff7221f486bda6c89690b441523f3e75fb4ed1ab Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 17 Oct 2011 16:02:34 -0400 Subject: [PATCH] u-boot-2011.10rc: update to cover ti33x SOC boards, not just beaglebone Signed-off-by: Denys Dmytriyenko Signed-off-by: Koen Kooi --- recipes-bsp/u-boot/u-boot_2011.10rc.bb | 6 +++--- 1 file 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 @@ require u-boot.inc # No patches for other machines yet -COMPATIBLE_MACHINE = "beaglebone" -DEFAULT_PREFERENCE_beaglebone = "99" +COMPATIBLE_MACHINE = "(ti33x)" +DEFAULT_PREFERENCE_ti33x = "99" PV = "2011.09+git" -PR = "r8" +PR = "r9" # SPL build UBOOT_BINARY = "u-boot.img"