commit | 551436be6d676ad3bc3f927bccf1cf3dee7c0bf7 | [log] [tgz] |
---|---|---|
author | Aswath Govindraju <a-govindraju@ti.com> | Thu Aug 26 21:28:58 2021 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 10 20:10:20 2021 -0400 |
tree | bd0b7e00c4cc33669b63cb035297761cf5c0f24a | |
parent | 2cd46c20821a0869e9b221e068838ff54b52b578 [diff] |
environment: ti: k3_dfu: Increase the size allocated for bootloader images in dfu_alt_info_ram The size of u-boot.img is above 1MB and that of tispl.bin is close to 1MB, in case of j721e. Therefore, increase the sizes allocated for tispl.bin and u-boot.img to 2 MB and 4 MB respectively, in dfu_alt_info_ram environment variable. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>