diff options
| author | Angelo Dureghello <angelo@kernel-space.org> | 2026-04-15 23:50:42 +0300 |
|---|---|---|
| committer | Greg Ungerer <gerg@kernel.org> | 2026-06-08 06:15:17 +0300 |
| commit | 152f5393dc0beec6e52c2e3ba44c6ce41b3d0e70 (patch) | |
| tree | caa17e7eb05bf789c5ed46ac00cf82f2a92f797b | |
| parent | f864a5570684a14ae1fc8606b37b927a4fcb906a (diff) | |
| download | linux-152f5393dc0beec6e52c2e3ba44c6ce41b3d0e70.tar.xz | |
m68k: update boards company name
Sysam name has changed to Kernelspace, updating each reference.
Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
| -rw-r--r-- | arch/m68k/Kconfig.machine | 8 | ||||
| -rw-r--r-- | arch/m68k/coldfire/amcore.c | 4 | ||||
| -rw-r--r-- | arch/m68k/coldfire/stmark2.c | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index 624e6b27f394..cff990c319cb 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -277,16 +277,16 @@ config M5407C3 Support for the Motorola M5407C3 board. config AMCORE - bool "Sysam AMCORE board support" + bool "Kernelspace AMCORE board support" depends on M5307 help - Support for the Sysam AMCORE open-hardware generic board. + Support for the Kernelspace AMCORE open-hardware generic board. config STMARK2 - bool "Sysam stmark2 board support" + bool "Kernelspace stmark2 board support" depends on M5441x help - Support for the Sysam stmark2 open-hardware generic board. + Support for the Kernelspace stmark2 open-hardware generic board. config FIREBEE bool "FireBee board support" diff --git a/arch/m68k/coldfire/amcore.c b/arch/m68k/coldfire/amcore.c index c6cb1a5cc1a5..6531ef62bc01 100644 --- a/arch/m68k/coldfire/amcore.c +++ b/arch/m68k/coldfire/amcore.c @@ -1,7 +1,7 @@ /* - * amcore.c -- Support for Sysam AMCORE open board + * amcore.c -- Support for Kernelspace AMCORE open board * - * (C) Copyright 2016, Angelo Dureghello <angelo@sysam.it> + * (C) Copyright 2026, Angelo Dureghello <angelo@kernel-space.org> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive diff --git a/arch/m68k/coldfire/stmark2.c b/arch/m68k/coldfire/stmark2.c index 036a6ae5f599..85502b81175e 100644 --- a/arch/m68k/coldfire/stmark2.c +++ b/arch/m68k/coldfire/stmark2.c @@ -1,7 +1,7 @@ /* - * stmark2.c -- Support for Sysam AMCORE open board + * stmark2.c -- Support for Kernelspace AMCORE open board * - * (C) Copyright 2017, Angelo Dureghello <angelo@sysam.it> + * (C) Copyright 2026, Angelo Dureghello <angelo@kernel-space.org> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive |
