boot: remove cbmem_post_handling()
The cbmem_post_handling() function was implemented by 2 chipsets in order to save memory configuration in flash. Convert both of these chipsets to use the boot state machine callbacks to perform the saving of the memory configuration. Change-Id: I697e5c946281b85a71d8533437802d7913135af3 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/3137 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
committed by
Ronald G. Minnich
parent
40131cfa46
commit
243aa44b74
@ -37,7 +37,6 @@
|
||||
#if CONFIG_HAVE_ACPI_RESUME
|
||||
#include <arch/acpi.h>
|
||||
#endif
|
||||
#include <cbmem.h>
|
||||
#include <timestamp.h>
|
||||
|
||||
#if BOOT_STATE_DEBUG
|
||||
@ -186,9 +185,6 @@ static boot_state_t bs_os_resume(void *wake_vector)
|
||||
|
||||
static boot_state_t bs_write_tables(void *arg)
|
||||
{
|
||||
if (cbmem_post_handling)
|
||||
cbmem_post_handling();
|
||||
|
||||
timestamp_add_now(TS_WRITE_TABLES);
|
||||
|
||||
/* Now that we have collected all of our information
|
||||
|
Reference in New Issue
Block a user