mbox series

[v3,0/4] Fix fdtfile for j722s and am62p

Message ID 20240702-b4-upstream-streamline-platform-v3-0-0ebd7bbd31d5@ti.com
Headers show
Series Fix fdtfile for j722s and am62p | expand

Message

Manorit Chawdhry July 2, 2024, 5:20 a.m. UTC
fdtfile wasn't being populated in these boards in legacy boot using
bootcmd_ti_mmc, migrate these platforms to ti_set_fdt_env.

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
---
Changes in v3:
- Update the commit messages to make the change more clear.
- Link to v2: https://lore.kernel.org/r/20240701-b4-upstream-streamline-platform-v2-0-7539ff066b58@ti.com

---
Dhruva Gole (1):
      include: env: ti_common: Remove findfdt from bootcmd_ti_mmc

Manorit Chawdhry (3):
      board: ti: am62p|j722s: Add ti_set_fdt_env for fdtfile
      configs: am62p|j722s_a53: Add CONFIG_BOARD_LATE_INIT
      include: env: ti: mmc: Change name_fdt usage to fdtfile

 board/ti/am62px/evm.c            | 9 +++++++++
 board/ti/j722s/evm.c             | 9 +++++++++
 configs/am62px_evm_a53_defconfig | 1 +
 configs/j722s_evm_a53_defconfig  | 1 +
 include/env/ti/mmc.env           | 2 +-
 include/env/ti/ti_common.env     | 2 +-
 6 files changed, 22 insertions(+), 2 deletions(-)
---
base-commit: 899b088674b6905710ce546f0a8848662904852a
change-id: 20240628-b4-upstream-streamline-platform-f0d7453637b2

Best regards,

Comments

Tom Rini July 16, 2024, 11 p.m. UTC | #1
On Tue, 02 Jul 2024 10:50:00 +0530, Manorit Chawdhry wrote:

> fdtfile wasn't being populated in these boards in legacy boot using
> bootcmd_ti_mmc, migrate these platforms to ti_set_fdt_env.
> 
> 

Applied to u-boot/master, thanks!