]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Clean up the x86 zimage code in preparation to extend it
authorGabe Black <gabeblack@chromium.org>
Mon, 5 Dec 2011 12:09:23 +0000 (12:09 +0000)
committerGraeme Russ <graeme.russ@gmail.com>
Mon, 19 Dec 2011 02:26:16 +0000 (13:26 +1100)
commitd3a2bc3fd148232461c2435330261aeaabf87830
treef1854ea21f4709139c69968adfc72e6f3023ad0b
parent63f559cd12e64825df78c1774b707ac1782110c0
x86: Clean up the x86 zimage code in preparation to extend it

This change cleans up some formatting issues in the zimage handling code, and
converts it from using offsets added to a base pointer to using the available
structure definitions which were already being included.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
arch/x86/include/asm/zimage.h
arch/x86/lib/zimage.c