mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
doc: fix typos
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
a4958313fb
commit
fd3d28e7a6
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ The building of SPL images can be with:
|
||||||
|
|
||||||
#define CONFIG_SPL
|
#define CONFIG_SPL
|
||||||
|
|
||||||
Because SPL images normally have a different text base, one have to be
|
Because SPL images normally have a different text base, one has to be
|
||||||
configured by defining CONFIG_SPL_TEXT_BASE. The linker script have to be
|
configured by defining CONFIG_SPL_TEXT_BASE. The linker script has to be
|
||||||
defined with CONFIG_SPL_LDSCRIPT.
|
defined with CONFIG_SPL_LDSCRIPT.
|
||||||
|
|
||||||
To support generic U-Boot libraries and drivers in the SPL binary one can
|
To support generic U-Boot libraries and drivers in the SPL binary one can
|
||||||
|
|
Loading…
Add table
Reference in a new issue