summaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-07-14 00:03:32 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-07-14 00:03:32 +0400
commit7aec284bbe4138ad7c82609a6bcebb71c6e695cb (patch)
tree3f03694d9a8ee21ce7d61b26160f03dbd46f7198 /recipes/u-boot
parente1a3091c2417994a798b51bc6d6cac1d52799865 (diff)
downloadopenembedded-7aec284bbe4138ad7c82609a6bcebb71c6e695cb.tar.gz
u-boot: switch lite5200 to current u-boot and drop u-boot 2010.03 which had no other users
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r--recipes/u-boot/u-boot_2010.03.bb20
-rw-r--r--recipes/u-boot/u-boot_2010.06.bb1
2 files changed, 1 insertions, 20 deletions
diff --git a/recipes/u-boot/u-boot_2010.03.bb b/recipes/u-boot/u-boot_2010.03.bb
deleted file mode 100644
index a271d63499..0000000000
--- a/recipes/u-boot/u-boot_2010.03.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-PR = "r1"
-require u-boot.inc
-
-DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_lite5200 = "1"
-
-SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
-
-TARGET_LDFLAGS = ""
-
-inherit base
-
-do_compile () {
- oe_runmake ${UBOOT_MACHINE}
- oe_runmake all
-}
-
-SRC_URI[md5sum] = "2bf5ebf497dddc52440b1ea386cc1332"
-SRC_URI[sha256sum] = "902d1b2c15787df55186fae4033685fb0c5a5a12755a08383e97c4a3e255925b"
-
diff --git a/recipes/u-boot/u-boot_2010.06.bb b/recipes/u-boot/u-boot_2010.06.bb
index 73dea3973e..4723fe35c9 100644
--- a/recipes/u-boot/u-boot_2010.06.bb
+++ b/recipes/u-boot/u-boot_2010.06.bb
@@ -2,6 +2,7 @@ PR = "r1"
require u-boot.inc
DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_lite5200 = "1"
DEFAULT_PREFERENCE_tqm8540 = "1"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "