projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa281f6
)
configs: j721e_evm_r5_defconfig: Enable ESM modules
author
Tero Kristo
<t-kristo@ti.com>
Fri, 14 Feb 2020 09:18:20 +0000
(11:18 +0200)
committer
Lokesh Vutla
<lokeshvutla@ti.com>
Tue, 3 Mar 2020 07:38:14 +0000
(13:08 +0530)
Enable ESM modules for both PMIC and SoC side for proper watchdog
handling on the board.
SPL_BOARD_INIT is also enabled so that the board init function
probing the drivers is called.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
configs/j721e_evm_r5_defconfig
patch
|
blob
|
history
diff --git
a/configs/j721e_evm_r5_defconfig
b/configs/j721e_evm_r5_defconfig
index d1a6581bf681b5e3fb739f610104b006ca85f5e1..bdbcf4ce416e5d96ab3681bd18424ca741f062a3 100644
(file)
--- a/
configs/j721e_evm_r5_defconfig
+++ b/
configs/j721e_evm_r5_defconfig
@@
-128,3
+128,6
@@
CONFIG_USB_GADGET_PRODUCT_NUM=0x6163
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_FS_EXT4=y
CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
+CONFIG_ESM_K3=y
+CONFIG_ESM_PMIC=y
+CONFIG_SPL_BOARD_INIT=y