diff options
Diffstat (limited to 'src/mainboard/intel/sklrvp/spd')
-rw-r--r-- | src/mainboard/intel/sklrvp/spd/Makefile.inc | 4 | ||||
-rw-r--r-- | src/mainboard/intel/sklrvp/spd/spd.c | 4 | ||||
-rw-r--r-- | src/mainboard/intel/sklrvp/spd/spd.h | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/intel/sklrvp/spd/Makefile.inc b/src/mainboard/intel/sklrvp/spd/Makefile.inc index d7877aa70d..a03a77b49e 100644 --- a/src/mainboard/intel/sklrvp/spd/Makefile.inc +++ b/src/mainboard/intel/sklrvp/spd/Makefile.inc @@ -13,10 +13,6 @@ ## 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. -## romstage-y += spd.c diff --git a/src/mainboard/intel/sklrvp/spd/spd.c b/src/mainboard/intel/sklrvp/spd/spd.c index 34a0999800..9ff45f5bd7 100644 --- a/src/mainboard/intel/sklrvp/spd/spd.c +++ b/src/mainboard/intel/sklrvp/spd/spd.c @@ -12,10 +12,6 @@ * 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. */ #include <arch/byteorder.h> diff --git a/src/mainboard/intel/sklrvp/spd/spd.h b/src/mainboard/intel/sklrvp/spd/spd.h index 18d4e68c00..301bca5649 100644 --- a/src/mainboard/intel/sklrvp/spd/spd.h +++ b/src/mainboard/intel/sklrvp/spd/spd.h @@ -12,10 +12,6 @@ * 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. */ #ifndef _MAINBOARD_SPD_H_ |