From 548dbe7bc88e60a4d1750de835532b84d7cdde96 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 22 Feb 2010 16:41:49 +0000 Subject: Random cosmetic fixes (trivial). - Fix typos. - Whitespace and consistency fixes. - Make "menuconfig" help easily readable in 80x25 terminals / xterms. - Use full/correct prototype for cbfs_and_run_core() everywhere. - More cosmetic fixes in license headers. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5146 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/cbfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/cbfs.h') diff --git a/src/include/cbfs.h b/src/include/cbfs.h index a6b2c027b3..38f18a4610 100644 --- a/src/include/cbfs.h +++ b/src/include/cbfs.h @@ -169,7 +169,7 @@ struct cbfs_stage *cbfs_find_file(const char *name, int type); int cbfs_check_magic(struct cbfs_file *file); struct cbfs_header *cbfs_master_header(void); struct cbfs_file *cbfs_find(const char *name); -void cbfs_and_run_core(char* filename, unsigned int ebp); +void cbfs_and_run_core(const char *filename, unsigned int ebp); #endif -- cgit v1.2.3