HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34437 )
Change subject: sb/nvidia/ck804: Fix naked reference to CONFIG_NORTHBRIDGE_AMD_AMDFAM10 ......................................................................
sb/nvidia/ck804: Fix naked reference to CONFIG_NORTHBRIDGE_AMD_AMDFAM10
Change-Id: I7c2e1370c1f3332cee85ae6c8f0515df778ecc73 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/southbridge/nvidia/ck804/early_setup_car.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/34437/1
diff --git a/src/southbridge/nvidia/ck804/early_setup_car.c b/src/southbridge/nvidia/ck804/early_setup_car.c index e2cc40a..d21ec8d 100644 --- a/src/southbridge/nvidia/ck804/early_setup_car.c +++ b/src/southbridge/nvidia/ck804/early_setup_car.c @@ -253,7 +253,7 @@ RES_PCI_IO, CK804_DEV(9, 0, 0x74), 0xffffffc0, 0x00000000,
/* - * Avoid touching 0x78 for CONFIG_NORTHBRIDGE_AMD_AMDFAM10 for + * Avoid touching 0x78 for CONFIG(NORTHBRIDGE_AMD_AMDFAM10) for * non-primary chains too??? */ RES_PCI_IO, CK804_DEV(1, 0, 0x78), 0xc0ffffff, 0x20000000,
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/34437 )
Change subject: sb/nvidia/ck804: Fix naked reference to CONFIG_NORTHBRIDGE_AMD_AMDFAM10 ......................................................................
Abandoned
see https://review.coreboot.org/c/coreboot/+/36972