commit | 4454c9e7046137fe3197d1be5c54d2fb9c8badb1 | [log] [tgz] |
---|---|---|
author | Prafulla Wadaskar <prafulla@marvell.com> | Mon Sep 07 14:59:08 2009 +0530 |
committer | Wolfgang Denk <wd@denx.de> | Thu Sep 10 22:58:48 2009 +0200 |
tree | 687a66a179ca405ce13dedc52162310a45376c94 | |
parent | 49432ab3364ddf25f535a735a301c1c09489f1ad [diff] |
mkimage: Make table_entry code global - make get_table_entry_id() global - make get_table_entry_name() global - move struct table_entry to image.h Currently this code is used by image.c only. This patch makes this API global so it can be used by other parts of code, too. Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com> Acked-by: Ron Lee <ron.debian.org> Edit comments and commit message. Signed-off-by: Wolfgang Denk <wd@denx.de>