mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
d72fd7b340
commit
b5b82abcf5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue