diff options
author | Ronald G. Minnich <rminnich@google.com> | 2013-11-17 11:07:25 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-11-18 18:41:57 +0100 |
commit | 7fda0e8e61682e66c956d3759a0ce39486dad747 (patch) | |
tree | 19b6b346a476fc52f5f720f8c87359b68a3b45f4 /src/include | |
parent | 72f15bd2be37f5c28dae044aeec04aabb0db7326 (diff) |
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 <rminnich@google.com>
Reviewed-on: http://review.coreboot.org/4090
Tested-by: build bot (Jenkins)
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cbfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <cbfs_core.h> -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); |