diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-12-23 00:07:58 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-12-23 00:07:58 +0000 |
commit | 93ecf94d98f03d1d51a19f665148ddb8e3760518 (patch) | |
tree | 1ee62f1f789ee5b1f836ad20b227a572f41b5a11 /tools/mkimage/patches | |
parent | 9aaf9aadb83bbb367e802e4def368fe51e3e72cd (diff) | |
download | master-187ad058-93ecf94d98f03d1d51a19f665148ddb8e3760518.tar.gz master-187ad058-93ecf94d98f03d1d51a19f665148ddb8e3760518.tar.bz2 master-187ad058-93ecf94d98f03d1d51a19f665148ddb8e3760518.zip |
[tools/mkimage]: use u-boot v2010.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24809 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mkimage/patches')
-rw-r--r-- | tools/mkimage/patches/100-portability.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mkimage/patches/100-portability.patch b/tools/mkimage/patches/100-portability.patch index 1b65e20084..052a584cbb 100644 --- a/tools/mkimage/patches/100-portability.patch +++ b/tools/mkimage/patches/100-portability.patch @@ -33,7 +33,7 @@ * 1. Abstracting input command line arguments data --- a/include/image.h +++ b/include/image.h -@@ -49,6 +49,10 @@ +@@ -50,6 +50,10 @@ #endif /* USE_HOSTCC */ @@ -41,6 +41,6 @@ +#define ulong unsigned long +#endif + - #include <command.h> - #if defined(CONFIG_FIT) + #include <fdt.h> + #include <libfdt.h> |