mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +00:00
arm: Fix up a stale comment in sections.c
There are currently four symbols here, so drop the word 'two'. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
861df831d3
commit
4f9c15185d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#include <linux/compiler.h>
|
#include <linux/compiler.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* These two symbols are declared in a C file so that the linker
|
* These symbols are declared in a C file so that the linker
|
||||||
* uses R_ARM_RELATIVE relocation, rather than the R_ARM_ABS32 one
|
* uses R_ARM_RELATIVE relocation, rather than the R_ARM_ABS32 one
|
||||||
* it would use if the symbols were defined in the linker file.
|
* it would use if the symbols were defined in the linker file.
|
||||||
* Using only R_ARM_RELATIVE relocation ensures that references to
|
* Using only R_ARM_RELATIVE relocation ensures that references to
|
||||||
|
|
Loading…
Add table
Reference in a new issue