[new uImage] Factor out common routines for getting os/arch/type/comp names
authorMarian Balakowicz <m8@semihalf.com>
Thu, 31 Jan 2008 12:20:07 +0000 (13:20 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:12:58 +0000 (01:12 +0100)
commit42b73e8ee00d48004791dea64b8093fb974c57e1
treeaeda842054f028643b9a0fc3321cc7a78bb44c9f
parente99c26694a384221d336f6448c06a57479c0baa4
[new uImage] Factor out common routines for getting os/arch/type/comp names

Move numeric-id to name translation for image os/arch/type/comp header
fields to a helper routines: image_get_os_name(), image_get_arch_name(),
image_get_type_name(), image_get_comp_name().

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