1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[tools/mkimage]: use u-boot v2010.12

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24809 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2010-12-23 00:07:58 +00:00
parent 011ddd359b
commit 32bd6f4894
2 changed files with 7 additions and 7 deletions

View File

@@ -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>