Improved GPIO setup for roda/rk886ex, and some documentation
[coreboot.git] / src / mainboard / iei / nova4899r / chip.h
index 78ec822826c91857504cff36b03e7203c17cb0d4..271b02c397d24fccffa1c6f438e803c9ca46aa5d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Luis Correia <luis.f.correia@gmail.com>
  *
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-extern struct chip_operations mainboard_iei_nova4899r_ops;
+extern struct chip_operations mainboard_ops;
 
-struct mainboard_iei_nova4899r_config {
-       int nothing;
-};
+struct mainboard_config {};