summaryrefslogtreecommitdiff
path: root/configs/am62x_lpsk_r5_usbdfu_defconfig
AgeCommit message (Collapse)Author
2023-07-05configs: am6*_r5_defconfig: Standardize SPL_STACK_R_MALLOC_SIMPLE_LEN to 2MVignesh Raghavendra
Complex stacks like NAND and others need 2M of malloc space. So increase the malloc space accordingly. Suggested-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
2023-06-22Kconfig: Default malloc size to 32MB for ARCH_K3Vignesh Raghavendra
This allows us to download large images like linux kernel and flash it to boot media. Drop from defconfigs so that its common across platform. Note the some *_r5_*defconfigs set this to even higher value but thats useless as ARCH_K3 doesn't use u-boot.img for R5. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
2023-06-16configs: am62x_lpsk_r5: Add new USB DFU defconfigRavi Gunasekaran
Add a new defconfig to support USB DFU boot mode. Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>