From 84c72dedab605ac79c51d4666e0aa739e05ed973 Mon Sep 17 00:00:00 2001 From: Dave Frodin Date: Thu, 12 Mar 2015 13:41:44 -0600 Subject: northbridge/amd/pi: Create common agesawrapper.c This removes the mainboard agesawrapper.c file from binarypi based boards and creates a common one. Change-Id: I900dba914f1c401e4ac732eb93d94b98216e629a Signed-off-by: Dave Frodin Reviewed-on: http://review.coreboot.org/8671 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/mainboard/amd/olivehillplus/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/amd/olivehillplus/Makefile.inc') diff --git a/src/mainboard/amd/olivehillplus/Makefile.inc b/src/mainboard/amd/olivehillplus/Makefile.inc index ec584cb0e4..dccf728bc1 100644 --- a/src/mainboard/amd/olivehillplus/Makefile.inc +++ b/src/mainboard/amd/olivehillplus/Makefile.inc @@ -17,10 +17,8 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -romstage-y += agesawrapper.c romstage-y += BiosCallOuts.c romstage-y += PlatformGnbPcie.c -ramstage-y += agesawrapper.c ramstage-y += BiosCallOuts.c ramstage-y += PlatformGnbPcie.c -- cgit v1.2.3