]> git.baikalelectronics.ru Git - uboot.git/commit
imx: imx8mn_beacon: Fix USB booting
authorAdam Ford <aford173@gmail.com>
Wed, 26 Jan 2022 18:25:23 +0000 (12:25 -0600)
committerStefano Babic <sbabic@denx.de>
Sat, 5 Feb 2022 14:49:01 +0000 (15:49 +0100)
commit4af4e70b4d5f47e3d590b39ac3e92f433a1dc384
tree0258a32adcd54e2e5618baf8dea485e80befe4e9
parent810c921c654b164db5ff112abdfe41feaf0aae24
imx: imx8mn_beacon: Fix USB booting

The i.MX8M Nano can boot over USB using the boot ROM instead of
adding extra code to SPL to support USB drivers, etc.  However,
when booting from USB, the environment doesnt' know where to load
and causes a hang.  Fix this hang by supporting CONFIG_ENV_IS_NOWHERE=y.
It only falls back to this condition when booting from USB, so it
does not impact MMC booting.

Suggested-by: Michael Nazzareno Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
configs/imx8mn_beacon_2g_defconfig
configs/imx8mn_beacon_defconfig