[U-Boot] [PATCH] tools: default image: use ih_size for checking data size

2013-05-03 Thread Jonas Gorski
compressed) Data Size:1107781 Bytes = 1081.82 kB = 1.06 MB Load Address: 8000 Entry Point: 8000 Signed-off-by: Jonas Gorski j...@openwrt.org --- tools/default_image.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/default_image.c b/tools

Re: [U-Boot] [PATCH] tools: default image: use ih_size for checking data size

2013-05-03 Thread Jonas Gorski
On Fri, 03 May 2013 17:04:44 +0200 Wolfgang Denk w...@denx.de wrote: Dear Jonas Gorski, In message 1367581025-26740-1-git-send-email-j...@openwrt.org you wrote: Common image usage is uImage + appended rootfs, so the the uImage data No, this is not at all common usage. Actually

Re: [U-Boot] [PATCH] tools: default image: use ih_size for checking data size

2013-05-03 Thread Jonas Gorski
On Fri, 03 May 2013 17:54:25 +0200 Wolfgang Denk w...@denx.de wrote: Dear Jonas Gorski, In message 20130503174205.0070@unknown you wrote: Sorry, I don't know how you create your image files, but you must be doing something fundamentally wrong. If mkimage reports a bug here