copy_and_run: drop boot_complete parameter

Since this parameter is not used anymore, drop it from
all calls to copy_and_run()

Change-Id: Ifba25aff4b448c1511e26313fe35007335aa7f7a
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/3213
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Stefan Reinauer
2013-05-06 18:05:39 -07:00
committed by Ronald G. Minnich
parent 2a3c10677f
commit 648d16679c
30 changed files with 22 additions and 74 deletions

View File

@ -77,7 +77,6 @@ _start:
#if CONFIG_GDB_WAIT
call gdb_stub_breakpoint
#endif
/* The boot_complete flag has already been pushed */
call hardwaremain
/* NOTREACHED */
.Lhlt: