Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10914
-gerrit
commit 9835e0eb361ecbb9ad6e51b97ebed9932e1e02a1 Author: Patrick Georgi pgeorgi@chromium.org Date: Tue Jul 14 10:11:49 2015 +0200
amd/rs780: Fix typo
Change-Id: I08f7251f8fc42b9028b1fdb830546f9922ef43aa Signed-off-by: Patrick Georgi pgeorgi@chromium.org Found-by: YongGon Kim ilios86@gmail.com --- src/southbridge/amd/rs780/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/southbridge/amd/rs780/Makefile.inc b/src/southbridge/amd/rs780/Makefile.inc index 1a8a17a..b02f45b 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