summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_tcu3/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens/mc_tcu3/mainboard.c')
-rw-r--r--src/mainboard/siemens/mc_tcu3/mainboard.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/siemens/mc_tcu3/mainboard.c b/src/mainboard/siemens/mc_tcu3/mainboard.c
index 955193fec2..7950572e99 100644
--- a/src/mainboard/siemens/mc_tcu3/mainboard.c
+++ b/src/mainboard/siemens/mc_tcu3/mainboard.c
@@ -23,8 +23,6 @@
#endif
#include <hwilib.h>
#include <i210.h>
-#include "lcd_panel.h"
-
/** \brief This function will search for a MAC address which can be assigned
* to a MACPHY.
@@ -69,12 +67,10 @@ enum cb_err mainboard_get_mac_address(struct device *dev, uint8_t mac[6])
*/
static void mainboard_enable(struct device *dev)
{
-
}
static void mainboard_final(void *chip_info)
{
- setup_lcd_panel();
}
struct chip_operations mainboard_ops = {