From 6b314314114bf485943861095956357cee7112cd Mon Sep 17 00:00:00 2001 From: Dave Frodin Date: Tue, 20 Jan 2015 14:37:02 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/8248 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/southbridge/amd/pi/avalon/acpi/usb.asl | 4 ++-- src/southbridge/amd/pi/avalon/sata.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/southbridge/amd/pi') 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 * **************************************/ -- cgit v1.2.3