git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e171c
)
configs: j784s4_evm: Enable serial flash DFU support
author
Jonathan Humphreys
<j-humphreys@ti.com>
Fri, 14 Jun 2024 16:35:48 +0000
(11:35 -0500)
committer
Tom Rini
<trini@konsulko.com>
Tue, 18 Jun 2024 16:43:29 +0000
(10:43 -0600)
Enable serial flash DFU support for capsule update of firmware.
Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
configs/j784s4_evm_a72_defconfig
patch
|
blob
|
history
diff --git
a/configs/j784s4_evm_a72_defconfig
b/configs/j784s4_evm_a72_defconfig
index
2aa16eb
..
141f2e0
100644
(file)
--- a/
configs/j784s4_evm_a72_defconfig
+++ b/
configs/j784s4_evm_a72_defconfig
@@
-85,6
+85,9
@@
CONFIG_CLK=y
CONFIG_SPL_CLK=y
CONFIG_CLK_CCF=y
CONFIG_CLK_TI_SCI=y
+CONFIG_DFU_SF=y
+CONFIG_SYS_DFU_DATA_BUF_SIZE=0x40000
+CONFIG_SYS_DFU_MAX_FILE_SIZE=0x800000
CONFIG_DMA_CHANNELS=y
CONFIG_TI_K3_NAVSS_UDMA=y
CONFIG_TI_SCI_PROTOCOL=y