From c5f19b2050e897cacbbdfc15a222d6c39c4ee5fc Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Fri, 14 Apr 2017 13:40:52 +0900 Subject: [PATCH] TPL: TM2: config: disable PSCI_RESET The config PSCI_RESET is enabled by default for armv8, but TM2 TPL does not support PSCI, so it should be disabled for reset command. Change-Id: I56b8b5f6d77ca39018b14cc024ae5c27ea9d0e64 Signed-off-by: Seung-Woo Kim --- configs/tm2_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/tm2_defconfig b/configs/tm2_defconfig index c22c56ce34..47899e498a 100644 --- a/configs/tm2_defconfig +++ b/configs/tm2_defconfig @@ -40,3 +40,4 @@ CONFIG_MAX_I2C_NUM=8 # CONFIG_CMD_NFS is not set # CONFIG_DM_DEVICE_REMOVE is not set # CONFIG_DISK is not set +# CONFIG_PSCI_RESET is not set -- 2.34.1