commit | 05c1d3f24385afaa695743c095e7b6202180db19 | [log] [tgz] |
---|---|---|
author | Marian Balakowicz <m8@semihalf.com> | Thu Jan 31 13:20:07 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Feb 07 01:12:58 2008 +0100 |
tree | aeda842054f028643b9a0fc3321cc7a78bb44c9f | |
parent | 1438c45ce1a77e9c02d77d5ef458439e68d40f87 [diff] |
[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>