diff options
| author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2012-02-02 12:51:03 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-02-12 10:11:32 +0100 | 
| commit | fd3d28e7a6be0e270bcd5b513355740bd89ed84d (patch) | |
| tree | 2a015d2880ff4d62bfa3defa627d8c34791659a4 | |
| parent | a4958313fbf0a6c4c33bd352925af1cb1d0cc128 (diff) | |
| download | olio-uboot-2014.01-fd3d28e7a6be0e270bcd5b513355740bd89ed84d.tar.xz olio-uboot-2014.01-fd3d28e7a6be0e270bcd5b513355740bd89ed84d.zip | |
doc: fix typos
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
| -rw-r--r-- | doc/README.SPL | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/README.SPL b/doc/README.SPL index f01a8bd91..0276953db 100644 --- a/doc/README.SPL +++ b/doc/README.SPL @@ -42,8 +42,8 @@ The building of SPL images can be with:  #define CONFIG_SPL -Because SPL images normally have a different text base, one have to be -configured by defining CONFIG_SPL_TEXT_BASE. The linker script 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 has to be  defined with CONFIG_SPL_LDSCRIPT.  To support generic U-Boot libraries and drivers in the SPL binary one can |