diff options
Diffstat (limited to 'src/mainboard/google/cosmos')
-rw-r--r-- | src/mainboard/google/cosmos/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/google/cosmos/Makefile.inc | 2 | ||||
-rw-r--r-- | src/mainboard/google/cosmos/boardid.c | 2 | ||||
-rw-r--r-- | src/mainboard/google/cosmos/bootblock.c | 2 | ||||
-rw-r--r-- | src/mainboard/google/cosmos/chromeos.c | 2 | ||||
-rw-r--r-- | src/mainboard/google/cosmos/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/google/cosmos/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/google/cosmos/reset.c | 2 | ||||
-rw-r--r-- | src/mainboard/google/cosmos/romstage.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/mainboard/google/cosmos/Kconfig b/src/mainboard/google/cosmos/Kconfig index 7f70216f38..a6c87b1ae5 100644 --- a/src/mainboard/google/cosmos/Kconfig +++ b/src/mainboard/google/cosmos/Kconfig @@ -14,7 +14,7 @@ ## ## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc. ## if BOARD_GOOGLE_COSMOS diff --git a/src/mainboard/google/cosmos/Makefile.inc b/src/mainboard/google/cosmos/Makefile.inc index 3e970fb07a..0ab249169e 100644 --- a/src/mainboard/google/cosmos/Makefile.inc +++ b/src/mainboard/google/cosmos/Makefile.inc @@ -14,7 +14,7 @@ ## ## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc. ## bootblock-y += bootblock.c bootblock-y += boardid.c diff --git a/src/mainboard/google/cosmos/boardid.c b/src/mainboard/google/cosmos/boardid.c index 8b61891a13..6c3f3502e8 100644 --- a/src/mainboard/google/cosmos/boardid.c +++ b/src/mainboard/google/cosmos/boardid.c @@ -14,7 +14,7 @@ * * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ #include <boardid.h> diff --git a/src/mainboard/google/cosmos/bootblock.c b/src/mainboard/google/cosmos/bootblock.c index d5bffea8f0..9a8d576dfb 100644 --- a/src/mainboard/google/cosmos/bootblock.c +++ b/src/mainboard/google/cosmos/bootblock.c @@ -14,7 +14,7 @@ * * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ #include <bootblock_common.h> diff --git a/src/mainboard/google/cosmos/chromeos.c b/src/mainboard/google/cosmos/chromeos.c index 0ad05c8f6f..75c5efc6cf 100644 --- a/src/mainboard/google/cosmos/chromeos.c +++ b/src/mainboard/google/cosmos/chromeos.c @@ -14,7 +14,7 @@ * * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ #include <boot/coreboot_tables.h> diff --git a/src/mainboard/google/cosmos/devicetree.cb b/src/mainboard/google/cosmos/devicetree.cb index b82d57cdfb..96f557c752 100644 --- a/src/mainboard/google/cosmos/devicetree.cb +++ b/src/mainboard/google/cosmos/devicetree.cb @@ -14,7 +14,7 @@ ## ## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc. ## # TODO fill with Versatile Express board data in QEMU. diff --git a/src/mainboard/google/cosmos/mainboard.c b/src/mainboard/google/cosmos/mainboard.c index 5866fea606..d5725549f1 100644 --- a/src/mainboard/google/cosmos/mainboard.c +++ b/src/mainboard/google/cosmos/mainboard.c @@ -14,7 +14,7 @@ * * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ #include <device/device.h> diff --git a/src/mainboard/google/cosmos/reset.c b/src/mainboard/google/cosmos/reset.c index 8020fbfbed..8b48f485ed 100644 --- a/src/mainboard/google/cosmos/reset.c +++ b/src/mainboard/google/cosmos/reset.c @@ -14,7 +14,7 @@ * * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ #include <reset.h> diff --git a/src/mainboard/google/cosmos/romstage.c b/src/mainboard/google/cosmos/romstage.c index 0c6472895c..0988beeb6c 100644 --- a/src/mainboard/google/cosmos/romstage.c +++ b/src/mainboard/google/cosmos/romstage.c @@ -14,7 +14,7 @@ * * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ #include <arch/cache.h> |