diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2017-09-07 07:50:18 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-07 14:44:38 (GMT) |
commit | b5b82abcf59a063612b403f4169e121bf3a21351 (patch) | |
tree | f6d0dd5b5a8e250e748f91353345c80455cfc992 | |
parent | d72fd7b3405b9696316426a0b64316cd99ea0c7f (diff) | |
download | u-boot-b5b82abcf59a063612b403f4169e121bf3a21351.tar.xz |
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>
-rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 9446cd9..b05ec21 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 |