pc80: Move set_boot_successful()

Don't implement arch or driver -specific code under lib/,

Change-Id: If75980ec5efc622582e2b5e124ad0e7ee3fa39a3
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/17793
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Kyösti Mälkki
2016-12-11 12:56:37 +02:00
committed by Nico Huber
parent 16b3e4bd2c
commit 7ce1a75602
3 changed files with 37 additions and 37 deletions

View File

@ -4,6 +4,7 @@
#if !defined(__ASSEMBLER__)
void boot_successful(void);
void set_boot_successful(void);
#endif /* __ASSEMBLER__ */