diff options
| author | Tom Rini <[email protected]> | 2024-03-24 17:49:42 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-03-24 17:49:42 -0400 |
| commit | 0cfdc7d22336f0f0ef4092163510fafffe4e3b4c (patch) | |
| tree | cb0f637c4f530e21ac88e0ab017abc5362ef4af7 /board | |
| parent | fb49d6c289d942ff7de309a5c5eaa37a7f4235db (diff) | |
| parent | 9d27e441bb14dd526c60c13d5ff16353ca322eb3 (diff) | |
Merge tag 'u-boot-imx-next-20240324' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
- Add ahab_commit command support.
- Add USB support for the imx93-phyboard-segin board.
- Add i.MX8MP PCIe support.
- Fix netboot environment on phycore_imx8mp.
Diffstat (limited to 'board')
| -rw-r--r-- | board/phytec/phycore_imx8mp/phycore_imx8mp.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/phytec/phycore_imx8mp/phycore_imx8mp.env b/board/phytec/phycore_imx8mp/phycore_imx8mp.env index fae3e992654..7f6c5fd2c76 100644 --- a/board/phytec/phycore_imx8mp/phycore_imx8mp.env +++ b/board/phytec/phycore_imx8mp/phycore_imx8mp.env @@ -46,17 +46,17 @@ netargs= nfsroot=${serverip}:${nfsroot},v3,tcp netboot= echo Booting from net ...; - run netargs; if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd tftp; fi; ${get_cmd} ${loadaddr} ${image}; + run netargs; if ${get_cmd} ${fdt_addr} ${fdt_file}; then booti ${loadaddr} - ${fdt_addr}; else echo WARN: Cannot load the DT; fi; -nfsroot=/nfs +nfsroot=/srv/nfs sd_dev=1 |
