diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-23 00:07:58 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-23 00:07:58 +0000 |
commit | 32bd6f4894b1d3fe87b5c1140c95fb44776e233c (patch) | |
tree | 1ee62f1f789ee5b1f836ad20b227a572f41b5a11 /tools/mkimage/patches | |
parent | 011ddd359b4cfff5ed1182be15f31f156a2845b7 (diff) |
[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> |