configs: am65x_evm_r5_usbdfu_defconfig: Fix USB DFU boot
authorHrushikesh Salunke <h-salunke@ti.com>
Fri, 14 Mar 2025 06:31:13 +0000 (12:01 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 31 Mar 2025 23:04:20 +0000 (17:04 -0600)
commite2d9b3aa2ea664083bdebfd838cd83f42caa5c09
tree00588cf94d4bd8ae3c6458a4a8af37f763ffef1e
parentb565d7f20193113e01628ef8033103694be4dd46
configs: am65x_evm_r5_usbdfu_defconfig: Fix USB DFU boot

Increase the size of malloc region allocated before relocation, as
current size is insufficient for DFU boot causing it to overflow and
corrupt the stack.

Fixed regulator configs are required by vtt_supply which is used by
"am654_ddrss" driver. Without it during DFU boot DDRSS initialization
is failing. These configs are enabled in "am65x_evm_r5_defconfig" but
are missing from "am65x_evm_r5_usbdfu_defconfig". Fix that by updating
"am65x_evm_r5_usbdfu_defconfig" to include "am65x_evm_r5_defconfig".

Signed-off-by: Hrushikesh Salunke <h-salunke@ti.com>
configs/am65x_evm_r5_usbdfu_defconfig