diff options
| author | Tom Rini <[email protected]> | 2021-09-11 08:15:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-11 08:15:56 -0400 |
| commit | 78528b3e7ee70c798cb25cac8d1450582fe8606f (patch) | |
| tree | 12e1c396ad1f7e61351036f6d4b3b01618da318b /include/environment | |
| parent | de5857d05660a839b3ba81b0f24d9b98e927d2ac (diff) | |
| parent | cab1306a0990474032a7523e73ff185507488e3b (diff) | |
Merge branch '2021-09-10-assorted-TI-updates'
- A number of TI platform bugfixes
Diffstat (limited to 'include/environment')
| -rw-r--r-- | include/environment/ti/k3_dfu.h | 4 | ||||
| -rw-r--r-- | include/environment/ti/mmc.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/environment/ti/k3_dfu.h b/include/environment/ti/k3_dfu.h index 2f503b8de88..a16a3adecaf 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 */ diff --git a/include/environment/ti/mmc.h b/include/environment/ti/mmc.h index b86c8dc7a4f..769ea9d5ef7 100644 --- a/include/environment/ti/mmc.h +++ b/include/environment/ti/mmc.h @@ -11,7 +11,7 @@ #define DEFAULT_MMC_TI_ARGS \ "mmcdev=0\0" \ "mmcrootfstype=ext4 rootwait\0" \ - "finduuid=part uuid mmc ${bootpart} uuid\0" \ + "finduuid=part uuid ${boot} ${bootpart} uuid\0" \ "args_mmc=run finduuid;setenv bootargs console=${console} " \ "${optargs} " \ "root=PARTUUID=${uuid} rw " \ |
