print the known cbfs types in cbfstool "usage"

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5487 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-04-24 21:24:06 +00:00
committed by Stefan Reinauer
parent 3173d8c94a
commit 0704058327
3 changed files with 26 additions and 10 deletions

View File

@@ -72,4 +72,6 @@ void print_cbfs_directory(const char *filename);
uint32_t cbfs_find_location(const char *romfile, uint32_t filesize,
const char *filename, uint32_t align);
void print_supported_filetypes(void);
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))