From 7fda0e8e61682e66c956d3759a0ce39486dad747 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Sun, 17 Nov 2013 11:07:25 -0800 Subject: cbfs: remove unused code and prototype The code is wrong (it's calling ntohl on an entry point that is actually already le due to an old cbfs bug) and nothing calls it any more anyway. Change-Id: Ief2c33faf99e3d2fc410524a5aae7bde378f088b Signed-off-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/4090 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko Reviewed-by: Aaron Durbin --- src/include/cbfs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/cbfs.h') diff --git a/src/include/cbfs.h b/src/include/cbfs.h index c0098eacdb..c05566d0b0 100644 --- a/src/include/cbfs.h +++ b/src/include/cbfs.h @@ -52,7 +52,6 @@ #include -int cbfs_execute_stage(struct cbfs_media *media, const char *name); void *cbfs_load_optionrom(struct cbfs_media *media, uint16_t vendor, uint16_t device, void * dest); void *cbfs_load_payload(struct cbfs_media *media, const char *name); -- cgit v1.2.3