commit | b029dddc9ae958b1ccf875649f52c6db396a742d | [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 | f666dea8ab215c76c3c2a077ad299f90dd1ace7c [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>