From patchwork Fri Oct 23 23:06:35 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: More Kconfig changes Date: Fri, 23 Oct 2009 23:06:35 -0000 From: Myles Watson X-Patchwork-Id: 468 Message-Id: <2831fecf0910231606s2e77596dv1cd67e8e70123f1a@mail.gmail.com> To: Uwe Hermann Cc: coreboot On Fri, Oct 23, 2009 at 4:56 PM, Uwe Hermann wrote: > On Fri, Oct 23, 2009 at 02:43:27PM -0600, Myles Watson wrote: > > Ping. I think I've addressed all of Peter and Uwe's concerns. > > I Think so, but please repost the updated patch so we can have a look > at the final version. > I don't think the first patches have changed much, but there are two new ones that apply on top: peter.diff and uwe.diff. Signed-off-by: Myles Watson Thanks, Myles Acked-by: Uwe Hermann Index: svn/src/southbridge/via/vt8237r/vt8237r.h =================================================================== --- svn.orig/src/southbridge/via/vt8237r/vt8237r.h +++ svn/src/southbridge/via/vt8237r/vt8237r.h @@ -65,7 +65,7 @@ #define I2C_TRANS_CMD 0x40 #define CLOCK_SLAVE_ADDRESS 0x69 -#if defined(DEBUG_SMBUS) && DEBUG_SMBUS == 1 +#if DEBUG_SMBUS == 1 #define PRINT_DEBUG(x) print_debug(x) #define PRINT_DEBUG_HEX16(x) print_debug_hex16(x) #else Index: svn/src/cpu/amd/model_10xxx/init_cpus.c =================================================================== --- svn.orig/src/cpu/amd/model_10xxx/init_cpus.c +++ svn/src/cpu/amd/model_10xxx/init_cpus.c @@ -473,7 +473,7 @@ static void start_node(u8 node) /* Enable routing table */ printk_debug("Start node %02x", node); -#if CONFIG_NORTHBRIDGE_AMD_AMDFAM10 == 1 +#if CONFIG_NORTHBRIDGE_AMD_AMDFAM10 /* For FAM10 support, we need to set Dram base/limit for the new node */ pci_write_config32(NODE_MP(node), 0x44, 0); pci_write_config32(NODE_MP(node), 0x40, 3);