diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-04-09 07:02:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-04-09 07:02:16 +0000 |
commit | 1befc6edd2d36b105e9f7a490146a86523678973 (patch) | |
tree | e7c8cf75e5cc1aa990dff8fbab076b0c8fe78b7d /target/u-boot/Makefile.in | |
parent | 82b6fbe4e212ea542a1bd20e4555353fe95877dc (diff) | |
download | buildroot-novena-1befc6edd2d36b105e9f7a490146a86523678973.tar.gz buildroot-novena-1befc6edd2d36b105e9f7a490146a86523678973.zip |
u-boot: bump version
Diffstat (limited to 'target/u-boot/Makefile.in')
-rw-r--r-- | target/u-boot/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index fc4745430..d83933a01 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -3,7 +3,7 @@ # U-Boot # ############################################################# -U_BOOT_VERSION:=1.3.0 +U_BOOT_VERSION:=1.3.2 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) |