summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-04 22:18:56 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-04 22:18:56 +0000
commitdb56ec0fd31ebe6a1454d15438214f550f100ea9 (patch)
tree4b464e69a98ad3f13d8875d34cf844818bf891fd /target
parente70976aa76b819fb436fdf6c8f6a62dd7393fb57 (diff)
Bump U-Boot version to 1.3.3
Diffstat (limited to 'target')
-rw-r--r--target/u-boot/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in
index d7af24c2f..38c87d771 100644
--- a/target/u-boot/Makefile.in
+++ b/target/u-boot/Makefile.in
@@ -3,7 +3,7 @@
# U-Boot
#
#############################################################
-U_BOOT_VERSION:=1.3.2
+U_BOOT_VERSION:=1.3.3
U_BOOT_SOURCE:=u-boot-$(U_BOOT_VERSION).tar.bz2
U_BOOT_SITE:=ftp://ftp.denx.de/pub/u-boot
U_BOOT_DIR:=$(PROJECT_BUILD_DIR)/u-boot-$(U_BOOT_VERSION)