Update geode GX2 tree to match LX.
[coreboot.git] / src / northbridge / amd / gx2 / chip.h
index 46e6ae87be631263c41da15913dbe4fb91ba88cf..34021ba4d5d17e2a407cdc36e766b52a098c5b40 100644 (file)
@@ -1,6 +1,25 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2007 Advanced Micro Devices, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.        See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
+
 struct northbridge_amd_gx2_config
 {
-  uint16_t irqmap;
+
 };
 
 extern struct chip_operations northbridge_amd_gx2_ops;