projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f58953
)
TPL: TM2: config: disable PSCI_RESET
65/125165/1
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Fri, 14 Apr 2017 04:40:52 +0000
(13:40 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Fri, 14 Apr 2017 04:42:45 +0000
(13:42 +0900)
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 <sw0312.kim@samsung.com>
configs/tm2_defconfig
patch
|
blob
|
history
diff --git
a/configs/tm2_defconfig
b/configs/tm2_defconfig
index c22c56ce34950d61759a1310dddc52608c0403ce..47899e498a714d00e041b070a2b3d1bcfce60e0c 100644
(file)
--- 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