diff options
author | Chris Morgan <macromorgan@hotmail.com> | 2024-09-19 09:00:21 -0500 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2024-10-25 20:48:41 +0800 |
commit | 9119efab3f7fde899e8332e6a4a8cc99c482d325 (patch) | |
tree | 35647a15f4e03c1e29d74ab36b54076962dd3ac6 | |
parent | 3f0c97be8741a957e5db25b551423c85fb56ab87 (diff) |
board: rockchip: Remove ARM SCMI Support from RGxx3
Remove config options for ARM SCMI. It is not required to boot the
board and when using the most recent mainline A-TF it actually causes
the device to freeze during boot due to missing SCMI support.
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r-- | configs/anbernic-rgxx3-rk3566_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/anbernic-rgxx3-rk3566_defconfig b/configs/anbernic-rgxx3-rk3566_defconfig index 8855a751dc6..d3216ecf7a4 100644 --- a/configs/anbernic-rgxx3-rk3566_defconfig +++ b/configs/anbernic-rgxx3-rk3566_defconfig @@ -50,8 +50,6 @@ CONFIG_SPL_REGMAP=y CONFIG_SPL_SYSCON=y CONFIG_SPL_ADC=y CONFIG_SPL_CLK=y -CONFIG_ARM_SMCCC_FEATURES=y -CONFIG_SCMI_FIRMWARE=y CONFIG_ROCKCHIP_GPIO=y CONFIG_SYS_I2C_ROCKCHIP=y CONFIG_MISC=y |