diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-04-02 20:41:25 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-05-08 17:34:12 +0800 |
commit | 09259fce1e8b4ac34a47d4590f42878a38b42826 (patch) | |
tree | aa0c99bee21c1355938372b16412afb80d429ac2 /configs/am65x_hs_evm_a53_defconfig | |
parent | c34643e0db40bbcfaea8a0df8b6f4d0be7b0f71f (diff) | |
download | u-boot-09259fce1e8b4ac34a47d4590f42878a38b42826.tar.gz u-boot-09259fce1e8b4ac34a47d4590f42878a38b42826.tar.xz u-boot-09259fce1e8b4ac34a47d4590f42878a38b42826.zip |
sysreset: enable driver support in SPL/TPL
SPL/TPL also need use sysreset for some feature like panic callback.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/am65x_hs_evm_a53_defconfig')
-rw-r--r-- | configs/am65x_hs_evm_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am65x_hs_evm_a53_defconfig b/configs/am65x_hs_evm_a53_defconfig index 7af0046ee3..9c55cd37f6 100644 --- a/configs/am65x_hs_evm_a53_defconfig +++ b/configs/am65x_hs_evm_a53_defconfig @@ -75,4 +75,5 @@ CONFIG_RESET_TI_SCI=y CONFIG_DM_SERIAL=y CONFIG_SOC_TI=y CONFIG_SYSRESET=y +CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_TI_SCI=y |