Add the MSR writes that are needed to provide VGA legacy routing for the Geode LX
[coreboot.git] / src / northbridge / amd / lx / northbridgeinit.c
index 4f00a80891dfb4c35ae9fe7d204b1da0073b91f5..8c7a7a8af6f648caf52a56483182644e68b337a0 100644 (file)
@@ -99,7 +99,6 @@ struct msrinit GeodeLinkPriorityTable[] = {
        {0x0FFFFFFFF, {0x0FFFFFFFF, 0x0FFFFFFFF}},      /*  END */
 };
 
-extern int sizeram(void);
 
 static void writeglmsr(struct gliutable *gl)
 {
@@ -122,7 +121,6 @@ static void ShadowInit(struct gliutable *gl)
        }
 }
 
-extern int sizeram(void);
 static void SysmemInit(struct gliutable *gl)
 {
        msr_t msr;
@@ -749,7 +747,6 @@ uint32_t get_systop(void)
 /* ***************************************************************************/
 void northbridge_init_early(void)
 {
-       msr_t msr;
        int i;
        printk_debug("Enter %s\n", __func__);