]> git.sur5r.net Git - u-boot/commit
[new uImage] Move kernel data find code to get_kernel() routine
authorMarian Balakowicz <m8@semihalf.com>
Thu, 31 Jan 2008 12:59:09 +0000 (13:59 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:13:00 +0000 (01:13 +0100)
commit5cf746c303710329f8040d9c62ee354313e3e91f
treea178fdfdf5432a20d075f2a847a4e3975e2435a6
parent7b325454fd231d4273de3fe373850f777fb086bf
[new uImage] Move kernel data find code to get_kernel() routine

Verification of the kernel image (in old format) and finding kernel
data is moved to a dedicated routine. The routine will also hold
support for, to be added, new image format.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/cmd_bootm.c