diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-07-16 05:23:38 +0300 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2021-08-05 04:53:59 +0300 |
commit | 11648cbb7b335b7eb54e1ff973fb938939616f46 (patch) | |
tree | 2742fae5574496a11834fe96e26d1e66c8966f77 /arch/openrisc/lib | |
parent | 946e1052cdcc7e585ee5d1e72528ca49fb295243 (diff) | |
download | linux-11648cbb7b335b7eb54e1ff973fb938939616f46.tar.xz |
openrisc: rename or32 code & comments to or1k
From Documentation/openrisc/todo.rst, rename "or32" in the
source code to "or1k" since this is the name that has been
settled on.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonas Bonn <jonas@southpole.se>
Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Cc: Stafford Horne <shorne@gmail.com>
Cc: openrisc@lists.librecores.org
Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'arch/openrisc/lib')
-rw-r--r-- | arch/openrisc/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/lib/Makefile b/arch/openrisc/lib/Makefile index 79775aaa6baa..53327406b483 100644 --- a/arch/openrisc/lib/Makefile +++ b/arch/openrisc/lib/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only # -# Makefile for or32 specific library files.. +# Makefile for or1k specific library files.. # obj-y := delay.o string.o memset.o memcpy.o |