aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/inagua/Makefile.inc
diff options
context:
space:
mode:
authorefdesign98 <efdesign98@gmail.com>2011-09-15 10:59:55 -0600
committerMarc Jones <marcj303@gmail.com>2011-09-15 19:23:56 +0200
commitd91c9b7e3cb9fdaeb9399a21907996130f3120bb (patch)
tree68fa6ef0a7e92aa056889881a57ef80ffda9c98b /src/mainboard/amd/inagua/Makefile.inc
parent2c66060169b5e1718406f58d1d7a270aea7b1b73 (diff)
AMD Inagua platform updates
These changes update the Inagua platform. The changes include modifying the Kconfig to suggest video bios and ahci rom implementations, changing the dimm spd code to use the correct bus addresses, cleaning up the makefile a bit, and fixing a duplicate definition warning associated with the BIOS_SIZE value. Change-Id: Idab88dda48f08877dbbd2de3136bdf0e54e31247 Signed-off-by: Frank Vibrans <frank.vibrans@amd.com> Signed-off-by: efdesign98 <efdesign98@gmail.com> Reviewed-on: http://review.coreboot.org/136 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/mainboard/amd/inagua/Makefile.inc')
-rwxr-xr-xsrc/mainboard/amd/inagua/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/amd/inagua/Makefile.inc b/src/mainboard/amd/inagua/Makefile.inc
index 955ed806e6..531a736904 100755
--- a/src/mainboard/amd/inagua/Makefile.inc
+++ b/src/mainboard/amd/inagua/Makefile.inc
@@ -31,6 +31,4 @@ ramstage-y += PlatformGnbPcie.c
ramstage-y += reset.c
-AGESA_ROOT ?= src/vendorcode/amd/agesa/f14
-subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY14) += ../../../../$(AGESA_ROOT)
-#subdirs-$(CONFIG_AMD_SB_CIMX) += ../../../vendorcode/amd/cimx
+subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY14) += $(src)/vendorcode/amd/agesa/f14 \ No newline at end of file