[coreboot-gerrit] New patch to review for coreboot: southbridge/amd/amd8151: Remove unnecessary '#if 0'

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Wed Oct 12 20:11:31 CEST 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17007

-gerrit

commit 5073f28f686d747c8f749c48104083ad2921d420
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Wed Oct 12 20:08:35 2016 +0200

    southbridge/amd/amd8151: Remove unnecessary '#if 0'
    
    Change-Id: I83fb6faf4f50320ea7e011a2bfd3cde04c67bcc3
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/southbridge/amd/amd8151/agp3.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/southbridge/amd/amd8151/agp3.c b/src/southbridge/amd/amd8151/agp3.c
index 18dd6d5..fa42d26 100644
--- a/src/southbridge/amd/amd8151/agp3.c
+++ b/src/southbridge/amd/amd8151/agp3.c
@@ -59,10 +59,10 @@ static void agp3dev_enable(device_t dev)
 	value = pci_read_config32(dev, 0x4);
 	value |= 6;
 	pci_write_config32(dev, 0x4, value);
-#if 0
+
 	/* FIXME: should we add agp aperture base and size here ?
 	 * or it is done by AGP drivers */
-#endif
+
 }
 
 static struct pci_operations pci_ops_pci_dev = {



More information about the coreboot-gerrit mailing list