efi/riscv: libstub: Fix comment about absolute relocation
authorXiao Wang <xiao.w.wang@intel.com>
Thu, 3 Aug 2023 05:56:11 +0000 (13:56 +0800)
committerArd Biesheuvel <ardb@kernel.org>
Thu, 3 Aug 2023 13:40:22 +0000 (15:40 +0200)
We don't want absolute symbols references in the stub, so fix the double
negation in the comment.

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/Makefile

index 16d64a3..6f74c7e 100644 (file)
@@ -146,7 +146,7 @@ STUBCOPY_RELOC-$(CONFIG_ARM64)      := R_AARCH64_ABS
 
 # For RISC-V, we don't need anything special other than arm64. Keep all the
 # symbols in .init section and make sure that no absolute symbols references
-# doesn't exist.
+# exist.
 STUBCOPY_FLAGS-$(CONFIG_RISCV) += --prefix-alloc-sections=.init \
                                   --prefix-symbols=__efistub_
 STUBCOPY_RELOC-$(CONFIG_RISCV) := R_RISCV_HI20