]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools/mkimage: Remove duplicate line of code
authorPeter Tyser <ptyser@xes-inc.com>
Sun, 6 Dec 2009 07:33:24 +0000 (01:33 -0600)
committerWolfgang Denk <wd@denx.de>
Mon, 7 Dec 2009 22:01:42 +0000 (23:01 +0100)
commitfbc1c8f6f6c972524197829c56dd8f2f5da0200a
tree6171d1192ee32afbdfa3e59aee3bb6c11f33ace9
parentdf002fa6b9cd475909ede35bf95b803c2289c6a4
tools/mkimage: Remove duplicate line of code

Recent commits 1a99de2cb4d08eb3bf9fb3f60a9d533150de8c0e and
6a590c5f5fd12cdd27f3153522acfac3854590e7 both fixed the same bug in the
same manner.  Unfortunately git was "smart" enough to merge both changes
which resulted in some duplicate code.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Reordered code and comment a bit.

Signed-off-by: Wolfgang Denk <wd@denx.de>
tools/mkimage.c