commit | 17d0b138d9f1dccd2db01210eb43c8470222ca8e | [log] [tgz] |
---|---|---|
author | Udit Kumar <u-kumar1@ti.com> | Thu May 11 14:47:50 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 01 12:32:04 2023 -0400 |
tree | 884c55df939517fde606b8e601680d7fc177db5f | |
parent | c165f01e61d1a7bae61a4f0457965ba786d8fdf1 [diff] |
arch: arm: mach-k3: j721e: add support for UDA FS When selecting UDA partition for booting. MMC read mode was selected as RAW. Due to growing/changing size of u-boot and tispl images. It will be better change to FS in case of UDA FS instead of adjusting offsets with new change. Signed-off-by: Udit Kumar <u-kumar1@ti.com>