This patch adds support for the northbridge integrated into the AMD
[coreboot.git] / src / northbridge / amd / lx / chip.h
index 1a237d72767c0bc092d86857ab6d2b1e3b8fbe0c..5fa7948c189e2d760f9151ac5f07e26f385d6e71 100644 (file)
@@ -1,7 +1,12 @@
+/*
+*
+* Copyright (C) 2007 Advanced Micro Devices
+*
+*/
+
 struct northbridge_amd_lx_config
 {
-       uint16_t irqmap;
-       int setupflash;
+
 };
 
 extern struct chip_operations northbridge_amd_lx_ops;