projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aeb771
)
common: spl: Kconfig: spelling fixes
author
Chris Packham
<judge.packham@gmail.com>
Sun, 13 Jan 2019 09:13:20 +0000
(22:13 +1300)
committer
Tom Rini
<trini@konsulko.com>
Fri, 18 Jan 2019 14:16:15 +0000
(09:16 -0500)
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/spl/Kconfig
patch
|
blob
|
history
diff --git
a/common/spl/Kconfig
b/common/spl/Kconfig
index 37ecbc6b1c17b29af835b742e10055b747d5541f..d175bb6cffe8021bf7af60ef208e05585b0e9119 100644
(file)
--- a/
common/spl/Kconfig
+++ b/
common/spl/Kconfig
@@
-608,7
+608,7
@@
config SPL_PAYLOAD
default "tpl/u-boot-with-tpl.bin" if TPL
default "u-boot.bin"
help
- Payload for SPL boot. For backward compability, default to
+ Payload for SPL boot. For backward compa
ti
bility, default to
u-boot.bin, i.e. RAW image without any header. In case of
TPL, tpl/u-boot-with-tpl.bin. For new boards, suggest to
use u-boot.img.