From 2dcfa05852cd8d645e42dc8e3992a820f4fe9379 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 13 Jan 2019 22:13:20 +1300 Subject: [PATCH] common: spl: Kconfig: spelling fixes Signed-off-by: Chris Packham Reviewed-by: Simon Glass --- common/spl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 37ecbc6b1c..d175bb6cff 100644 --- 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 compatibility, 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. -- 2.30.2