tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / intel / mohonpeak / mainboard.c
blob4ad16ecc8b4d0067d7a3c02dd4127e310791ac70
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2007-2009 coresystems GmbH
5 * Copyright (C) 2011 The ChromiumOS Authors. All rights reserved.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
17 #include <device/device.h>
20 * mainboard_enable is executed as first thing after enumerate_buses().
21 * This is the earliest point to add customization.
23 static void mainboard_enable(device_t dev)
28 struct chip_operations mainboard_ops = {
29 .enable_dev = mainboard_enable,