diff options
Diffstat (limited to 'src/mainboard/google/storm')
-rw-r--r-- | src/mainboard/google/storm/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/storm/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/google/storm/boardid.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/storm/cdp.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/storm/chromeos.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/storm/devicetree.cb | 1 | ||||
-rw-r--r-- | src/mainboard/google/storm/gsbi.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/storm/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/storm/memlayout.ld | 1 | ||||
-rw-r--r-- | src/mainboard/google/storm/reset.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/storm/romstage.c | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/google/storm/Kconfig b/src/mainboard/google/storm/Kconfig index a5a3acf228..df06b2bdc9 100644 --- a/src/mainboard/google/storm/Kconfig +++ b/src/mainboard/google/storm/Kconfig @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/mainboard/google/storm/Makefile.inc b/src/mainboard/google/storm/Makefile.inc index 3bc81662a2..2d2488f8cd 100644 --- a/src/mainboard/google/storm/Makefile.inc +++ b/src/mainboard/google/storm/Makefile.inc @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/mainboard/google/storm/boardid.c b/src/mainboard/google/storm/boardid.c index f576a4e169..706ae99a62 100644 --- a/src/mainboard/google/storm/boardid.c +++ b/src/mainboard/google/storm/boardid.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <boardid.h> #include <gpio.h> diff --git a/src/mainboard/google/storm/cdp.c b/src/mainboard/google/storm/cdp.c index 9b5aad04b0..39afc1acf5 100644 --- a/src/mainboard/google/storm/cdp.c +++ b/src/mainboard/google/storm/cdp.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <device/mmio.h> #include <gpio.h> diff --git a/src/mainboard/google/storm/chromeos.c b/src/mainboard/google/storm/chromeos.c index 89c4561b64..21cf94f978 100644 --- a/src/mainboard/google/storm/chromeos.c +++ b/src/mainboard/google/storm/chromeos.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <boardid.h> #include <boot/coreboot_tables.h> diff --git a/src/mainboard/google/storm/devicetree.cb b/src/mainboard/google/storm/devicetree.cb index cb4e79cc89..8074b78d9d 100644 --- a/src/mainboard/google/storm/devicetree.cb +++ b/src/mainboard/google/storm/devicetree.cb @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/mainboard/google/storm/gsbi.c b/src/mainboard/google/storm/gsbi.c index 3243680bca..1fb58549ab 100644 --- a/src/mainboard/google/storm/gsbi.c +++ b/src/mainboard/google/storm/gsbi.c @@ -1,5 +1,4 @@ /* - * This file is part of the depthcharge project. * * * Redistribution and use in source and binary forms, with or without diff --git a/src/mainboard/google/storm/mainboard.c b/src/mainboard/google/storm/mainboard.c index 40026d1d71..57fc1d07fa 100644 --- a/src/mainboard/google/storm/mainboard.c +++ b/src/mainboard/google/storm/mainboard.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <boardid.h> #include <boot/coreboot_tables.h> diff --git a/src/mainboard/google/storm/memlayout.ld b/src/mainboard/google/storm/memlayout.ld index a6ccf155b6..0f1fcec9a0 100644 --- a/src/mainboard/google/storm/memlayout.ld +++ b/src/mainboard/google/storm/memlayout.ld @@ -1,4 +1,3 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <soc/memlayout.ld> diff --git a/src/mainboard/google/storm/reset.c b/src/mainboard/google/storm/reset.c index a687ca6124..8fdf6fc254 100644 --- a/src/mainboard/google/storm/reset.c +++ b/src/mainboard/google/storm/reset.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <console/console.h> #include <device/mmio.h> diff --git a/src/mainboard/google/storm/romstage.c b/src/mainboard/google/storm/romstage.c index 5b29a056d2..22ea9d0fbd 100644 --- a/src/mainboard/google/storm/romstage.c +++ b/src/mainboard/google/storm/romstage.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <cbmem.h> #include <console/console.h> |