From: Seung-Woo Kim Date: Fri, 14 Apr 2017 04:40:52 +0000 (+0900) Subject: TPL: TM2: config: disable PSCI_RESET X-Git-Tag: submit/tizen/20191107.042334~142 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae3d3a400751027dc64c6412ae9d1887f0f0e79a;p=platform%2Fkernel%2Fu-boot.git 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 --- 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