From: Bin Meng Date: Mon, 3 Apr 2023 03:37:32 +0000 (+0800) Subject: riscv: Correct a comment in io.h X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=16f53be076512e888a572297df10484df7a32849;p=u-boot.git riscv: Correct a comment in io.h Replace NDS32 with RISC-V in the comments. Signed-off-by: Bin Meng Reviewed-by: Rick Chen --- diff --git a/arch/riscv/include/asm/io.h b/arch/riscv/include/asm/io.h index 220266e76f..b16e6dfa37 100644 --- a/arch/riscv/include/asm/io.h +++ b/arch/riscv/include/asm/io.h @@ -180,7 +180,7 @@ static inline u64 readq(const volatile void __iomem *addr) * IO port access primitives * ------------------------- * - * The NDS32 doesn't have special IO access instructions just like ARM; + * The RISC-V doesn't have special IO access instructions just like ARM; * all IO is memory mapped. * Note that these are defined to perform little endian accesses * only. Their primary purpose is to access PCI and ISA peripherals.