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 | 3d501f9403ab6ceb80cb6fac9d64f13306c1e6cd (patch) | |
tree | da4ac2d338bb6c5eae12554de1dff329cecb66a6 /tools/mkimage/patches/100-portability.patch | |
parent | acb5e808467c8cd46f4ae0945ddd8eaa16b39f0d (diff) | |
download | upstream-3d501f9403ab6ceb80cb6fac9d64f13306c1e6cd.tar.gz upstream-3d501f9403ab6ceb80cb6fac9d64f13306c1e6cd.tar.bz2 upstream-3d501f9403ab6ceb80cb6fac9d64f13306c1e6cd.zip |
use u-boot v2010.12
SVN-Revision: 24809
Diffstat (limited to 'tools/mkimage/patches/100-portability.patch')
-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> |