]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
riscv: Correct a comment in io.h
authorBin Meng <bmeng@tinylab.org>
Mon, 3 Apr 2023 03:37:32 +0000 (11:37 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 20 Apr 2023 12:45:08 +0000 (20:45 +0800)
Replace NDS32 with RISC-V in the comments.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Rick Chen <rick@andestech.com>
arch/riscv/include/asm/io.h

index 220266e76f851c1c8f89ac285218954827ddd60e..b16e6dfa37602441dfb8d5e49bfa41e67d0a6f79 100644 (file)
@@ -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.