summaryrefslogtreecommitdiff
path: root/include/environment/ti/k3_dfu.h
diff options
context:
space:
mode:
authorAswath Govindraju <a-govindraju@ti.com>2021-08-26 18:58:58 +0300
committerTom Rini <trini@konsulko.com>2021-09-11 03:10:20 +0300
commit7026b88844f3b3313c390cd57a119164319377a4 (patch)
treebd0b7e00c4cc33669b63cb035297761cf5c0f24a /include/environment/ti/k3_dfu.h
parentfa7a14576dcdf8db6c0791ad346472bd8b0d8ee1 (diff)
downloadu-boot-7026b88844f3b3313c390cd57a119164319377a4.tar.xz
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>
Diffstat (limited to 'include/environment/ti/k3_dfu.h')
-rw-r--r--include/environment/ti/k3_dfu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/environment/ti/k3_dfu.h b/include/environment/ti/k3_dfu.h
index 2f503b8de8..a16a3adeca 100644
--- a/include/environment/ti/k3_dfu.h
+++ b/include/environment/ti/k3_dfu.h
@@ -40,7 +40,7 @@
#define DFU_ALT_INFO_RAM \
"dfu_alt_info_ram=" \
- "tispl.bin ram 0x80080000 0x100000;" \
- "u-boot.img ram 0x81000000 0x100000\0" \
+ "tispl.bin ram 0x80080000 0x200000;" \
+ "u-boot.img ram 0x81000000 0x400000\0" \
#endif /* __TI_DFU_H */