summaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-12-23 00:07:58 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-12-23 00:07:58 +0000
commit3d501f9403ab6ceb80cb6fac9d64f13306c1e6cd (patch)
treeda4ac2d338bb6c5eae12554de1dff329cecb66a6 /tools/mkimage/patches
parentacb5e808467c8cd46f4ae0945ddd8eaa16b39f0d (diff)
downloadmaster-31e0f0ae-3d501f9403ab6ceb80cb6fac9d64f13306c1e6cd.tar.gz
master-31e0f0ae-3d501f9403ab6ceb80cb6fac9d64f13306c1e6cd.tar.bz2
master-31e0f0ae-3d501f9403ab6ceb80cb6fac9d64f13306c1e6cd.zip
use u-boot v2010.12
SVN-Revision: 24809
Diffstat (limited to 'tools/mkimage/patches')
-rw-r--r--tools/mkimage/patches/100-portability.patch6
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>