summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb700/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-07-15 19:57:44 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-09 11:16:28 +0000
commitd35c06d09ee79eb76ec491431b3df4149100ad52 (patch)
tree2546910ccbf537aa152954c0a3f2113004dc64f7 /src/southbridge/amd/sb700/Makefile.inc
parentb617e32bb99af608b7609583815e876d348025ac (diff)
downloadcoreboot-d35c06d09ee79eb76ec491431b3df4149100ad52.tar.xz
sb/amd: Support CBMEM_TOP_BACKUP
Change-Id: I8d2005e4f2aa5a3b46e30f52556ee66aeb3d10cc Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21154 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/southbridge/amd/sb700/Makefile.inc')
-rw-r--r--src/southbridge/amd/sb700/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb700/Makefile.inc b/src/southbridge/amd/sb700/Makefile.inc
index 538a7c1ccd..d93c9a6d5e 100644
--- a/src/southbridge/amd/sb700/Makefile.inc
+++ b/src/southbridge/amd/sb700/Makefile.inc
@@ -19,4 +19,7 @@ ramstage-$(CONFIG_USBDEBUG) += enable_usbdebug.c
romstage-y += early_setup.c
romstage-y += smbus.c
+romstage-y += ramtop.c
+ramstage-y += ramtop.c
+
endif