summaryrefslogtreecommitdiffstats
path: root/src/include/lib.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-12-10 07:33:36 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2013-12-26 23:22:17 +0100
commit142b52cd322ff69afe974f90a446f62b193d120c (patch)
treebada24c0b138e115ebb705409dd7173f1640ac30 /src/include/lib.h
parent88a67f0cc9d0bec08a6cfa5b1c3f4198fd98ab4f (diff)
downloadcoreboot-142b52cd322ff69afe974f90a446f62b193d120c.tar.gz
coreboot-142b52cd322ff69afe974f90a446f62b193d120c.tar.bz2
coreboot-142b52cd322ff69afe974f90a446f62b193d120c.zip
AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includes
Change-Id: Ib3a69e3364418426438f88ba14e5cf744e2414fa Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/4524 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/include/lib.h')
-rw-r--r--src/include/lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/lib.h b/src/include/lib.h
index db8f42ded823..5fc390a4a063 100644
--- a/src/include/lib.h
+++ b/src/include/lib.h
@@ -54,6 +54,7 @@ void cache_as_ram_main(void);
#else
void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx);
#endif
+void post_cache_as_ram(void);
/* Defined in src/lib/hexdump.c */
void hexdump(unsigned long memory, int length);