From 4a08e15086e9c7bda4a63e0d3609b74a14293d2b Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 14 Dec 2014 19:41:54 +0200 Subject: AGESA fam14: Add amd_initenv() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not part of wrapper to AGESA, but workaround for enable_resources(). Also remove remains of comments in non-fam14 wrappers. Change-Id: I2526821ca283feb6a506b602b86f817f8b03b341 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/7816 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/mainboard/amd/union_station/romstage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/amd/union_station') diff --git a/src/mainboard/amd/union_station/romstage.c b/src/mainboard/amd/union_station/romstage.c index 022b43237a..c75cf7a270 100644 --- a/src/mainboard/amd/union_station/romstage.c +++ b/src/mainboard/amd/union_station/romstage.c @@ -80,6 +80,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) post_code(0x41); agesawrapper_amdinitenv(); + amd_initenv(); post_code(0x50); copy_and_run(); -- cgit v1.2.3