summaryrefslogtreecommitdiffstats
path: root/src/include/bootstate.h
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2013-05-06 16:49:56 -0700
committerRonald G. Minnich <rminnich@gmail.com>2013-05-08 18:23:33 +0200
commit2a3c10677f354f660a759d47a3b26b1d8818e76c (patch)
tree045019dbd2c2eefeb677b7ea7440ef487b091d84 /src/include/bootstate.h
parent758076cceb450da4848a8ce944fa679d7403147c (diff)
downloadcoreboot-2a3c10677f354f660a759d47a3b26b1d8818e76c.tar.gz
coreboot-2a3c10677f354f660a759d47a3b26b1d8818e76c.tar.bz2
coreboot-2a3c10677f354f660a759d47a3b26b1d8818e76c.zip
hardwaremain: drop boot_complete parameter
it has been unused since 9 years or so, hence drop it. Change-Id: I0706feb7b3f2ada8ecb92176a94f6a8df53eaaa1 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/3212 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/include/bootstate.h')
-rw-r--r--src/include/bootstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/bootstate.h b/src/include/bootstate.h
index 0370c3606770..40822a79e22c 100644
--- a/src/include/bootstate.h
+++ b/src/include/bootstate.h
@@ -165,7 +165,7 @@ void boot_state_current_block(void);
void boot_state_current_unblock(void);
/* Entry into the boot state machine. */
-void hardwaremain(int boot_complete);
+void hardwaremain(void);
/* In order to schedule boot state callbacks at compile-time specify the
* entries in an array using the BOOT_STATE_INIT_ENTRIES and