diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-07-16 04:23:38 +0200 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2021-08-05 03:53:59 +0200 |
commit | 11648cbb7b335b7eb54e1ff973fb938939616f46 (patch) | |
tree | 2742fae5574496a11834fe96e26d1e66c8966f77 /arch/openrisc/kernel/setup.c | |
parent | openrisc: don't printk() unconditionally (diff) | |
download | linux-11648cbb7b335b7eb54e1ff973fb938939616f46.tar.xz linux-11648cbb7b335b7eb54e1ff973fb938939616f46.zip |
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/kernel/setup.c')
-rw-r--r-- | arch/openrisc/kernel/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/openrisc/kernel/setup.c b/arch/openrisc/kernel/setup.c index 8ae2da6ac097..7eddcac0ef2f 100644 --- a/arch/openrisc/kernel/setup.c +++ b/arch/openrisc/kernel/setup.c @@ -209,7 +209,7 @@ void __init setup_cpuinfo(void) } /** - * or32_early_setup + * or1k_early_setup * * Handles the pointer to the device tree that this kernel is to use * for establishing the available platform devices. @@ -217,7 +217,7 @@ void __init setup_cpuinfo(void) * Falls back on built-in device tree in case null pointer is passed. */ -void __init or32_early_setup(void *fdt) +void __init or1k_early_setup(void *fdt) { if (fdt) pr_info("FDT at %p\n", fdt); |