From fb4233bb22602c3802da39200b85845407e0c496 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 14 Jul 2015 10:11:49 +0200 Subject: amd/rs780: Fix typo Change-Id: I08f7251f8fc42b9028b1fdb830546f9922ef43aa Signed-off-by: Patrick Georgi Found-by: YongGon Kim Reviewed-on: http://review.coreboot.org/10914 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan A. Kollasch --- src/southbridge/amd/rs780/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/amd') diff --git a/src/southbridge/amd/rs780/Makefile.inc b/src/southbridge/amd/rs780/Makefile.inc index 1a8a17acac..b02f45bdae 100644 --- a/src/southbridge/amd/rs780/Makefile.inc +++ b/src/southbridge/amd/rs780/Makefile.inc @@ -1,4 +1,4 @@ -ifeq ($(CONFIG_SOUTHBRIDGE_AMD_RS790),y) +ifeq ($(CONFIG_SOUTHBRIDGE_AMD_RS780),y) ramstage-y += rs780.c ramstage-y += cmn.c -- cgit v1.2.3