From: Kever Yang <kever.yang@rock-chips.com>
Date: Thu, 7 Sep 2017 07:50:18 +0000 (+0800)
Subject: spl: typo fix for SPL_ATF_SUPPORT description
X-Git-Tag: v2025.01-rc5-pxa1908~5877
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/gitweb.css?a=commitdiff_plain;h=b5b82abcf59a063612b403f4169e121bf3a21351;p=u-boot.git

spl: typo fix for SPL_ATF_SUPPORT description

Delete one redundant 'which' for SPL_ATF_SUPPORT description.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 9446cd9b42..b05ec21ed6 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -696,7 +696,7 @@ config SPL_ATF_SUPPORT
 	bool "Support ARM Trusted Firmware"
 	depends on ARM64
 	help
-	  ATF(ARM Trusted Firmware) is a component for ARM arch64 which which
+	  ATF(ARM Trusted Firmware) is a component for ARM arch64 which
 	  is loaded by SPL(which is considered as BL2 in ATF terminology).
 	  More detail at: https://github.com/ARM-software/arm-trusted-firmware