aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-30 08:18:55 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-09 16:11:52 +0000
commit4841203c3ae7457564f8ef55682c5fa0239447a8 (patch)
tree78f635756a52a2104514c1e7439e6596fa4bedc9 /src/northbridge/amd
parent3979def529ac6efeb37248e1bfc965112e6c86db (diff)
binaryPI boards: Bulk remove BINARYPI_LEGACY_WRAPPER remains
These boards currently have no build-testing, so they degrade fast. Apply some of the build-tested changes we know to be good from pcengines/apu2 to get them a bit closer to using POSTCAR_STAGE=y. Change-Id: Ibc9a15ed5e91c6dd857f2dd02e37d0979dd6ae90 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37373 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r--src/northbridge/amd/agesa/state_machine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/northbridge/amd/agesa/state_machine.h b/src/northbridge/amd/agesa/state_machine.h
index 02a7a41edc..9de011a062 100644
--- a/src/northbridge/amd/agesa/state_machine.h
+++ b/src/northbridge/amd/agesa/state_machine.h
@@ -44,9 +44,6 @@ struct sysinfo
int s3resume;
};
-void agesa_main(struct sysinfo *cb);
-void agesa_postcar(struct sysinfo *cb);
-
void board_BeforeAgesa(struct sysinfo *cb);
void platform_once(struct sysinfo *cb);