diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-08 10:53:17 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-08 10:53:17 +0000 |
commit | 91f7f887c43a1b664654804bcecd37a9d38339af (patch) | |
tree | be715f2a63507562a87e5e9f39e45bad20ff7630 /target | |
parent | 98ddefdad859cd920f35d13d98cb588d28146680 (diff) |
uboot: revert r22638
Go back to 1.3.2 as r22638 breaks mkimage
Diffstat (limited to 'target')
-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 38c87d771..d7af24c2f 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -3,7 +3,7 @@ # U-Boot # ############################################################# -U_BOOT_VERSION:=1.3.3 +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) |