diff options
author | Dave Frodin <dave.frodin@se-eng.com> | 2015-01-20 14:37:02 -0700 |
---|---|---|
committer | Dave Frodin <dave.frodin@se-eng.com> | 2015-01-27 15:03:07 +0100 |
commit | 6b314314114bf485943861095956357cee7112cd (patch) | |
tree | a42507987c985867a6c53a1d67516c6a1390cd39 /src/southbridge/amd | |
parent | 98e8253b4ffe4dfd7c841c0b89dad845c755dae1 (diff) | |
download | coreboot-6b314314114bf485943861095956357cee7112cd.tar.xz |
southbridge/amd/pi: Correct several yangtze/avalon typos
These were probably accidentally missed when the move
from southbridge/amd/agesa/hudson to amd/pi/avalon occured.
Change-Id: I4cf6e2f8b25899d6d342452cb1b15e694dae35c8
Signed-off-by: Dave Frodin <dave.frodin@se-eng.com>
Reviewed-on: http://review.coreboot.org/8248
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/pi/avalon/acpi/usb.asl | 4 | ||||
-rw-r--r-- | src/southbridge/amd/pi/avalon/sata.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/southbridge/amd/pi/avalon/acpi/usb.asl b/src/southbridge/amd/pi/avalon/acpi/usb.asl index fd0ba6419d..4ec338e88f 100644 --- a/src/southbridge/amd/pi/avalon/acpi/usb.asl +++ b/src/southbridge/amd/pi/avalon/acpi/usb.asl @@ -55,7 +55,7 @@ Device(UOH6) { Name(_PRW, Package() {0x0B, 3}) } /* end UOH5 */ -#if !CONFIG_SOUTHBRIDGE_AMD_AGESA_YANGTZE +#if !CONFIG_SOUTHBRIDGE_AMD_PI_AVALON /* 0:14.5 - OHCI */ Device(UEH1) { Name(_ADR, 0x00140005) @@ -69,7 +69,7 @@ Device(XHC0) { Name(_PRW, Package() {0x0B, 4}) } /* end XHC0 */ -#if !CONFIG_SOUTHBRIDGE_AMD_AGESA_YANGTZE +#if !CONFIG_SOUTHBRIDGE_AMD_PI_AVALON /* 0:10.1 - XHCI 1*/ Device(XHC1) { Name(_ADR, 0x00100001) diff --git a/src/southbridge/amd/pi/avalon/sata.c b/src/southbridge/amd/pi/avalon/sata.c index 7499370dc5..c02a5b119c 100644 --- a/src/southbridge/amd/pi/avalon/sata.c +++ b/src/southbridge/amd/pi/avalon/sata.c @@ -29,7 +29,7 @@ static void sata_init(struct device *dev) { -#if IS_ENABLED(CONFIG_SOUTHBRIDGE_AMD_AGESA_YANGTZE) +#if IS_ENABLED(CONFIG_SOUTHBRIDGE_AMD_PI_AVALON) /************************************** * Configure the SATA port multiplier * **************************************/ |