]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: phytec: phycore_imx8mp.env fix netboot issues
authorYannic Moog <y.moog@phytec.de>
Fri, 22 Mar 2024 12:55:28 +0000 (13:55 +0100)
committerFabio Estevam <festevam@gmail.com>
Sun, 24 Mar 2024 16:42:10 +0000 (13:42 -0300)
commit9d27e441bb14dd526c60c13d5ff16353ca322eb3
treecb0f637c4f530e21ac88e0ab017abc5362ef4af7
parentf4b6c3ad25d6cbb4e5daced8693794b6efce1c77
board: phytec: phycore_imx8mp.env fix netboot issues

The "run netargs" command should come later in the "netboot" command
order when using dhcp since it sets the server and client ip addresses.
The previous order led to misconfigured kernel boot params and thus
kernel panic when serverip was not manually set.
Further, following Linux FHS 3.0, change the nfsroot default directory
to /srv/nfs.

Fixes: 60f64bec414e ("board: phytec: phycore_imx8mp: Add fec support")
Signed-off-by: Yannic Moog <y.moog@phytec.de>
board/phytec/phycore_imx8mp/phycore_imx8mp.env