]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: traverse: ten64: init nvme devices in late boot to ensure bootflow availability
authorMathew McBride <matt@traverse.com.au>
Fri, 21 Jul 2023 04:39:24 +0000 (04:39 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Aug 2023 13:40:50 +0000 (09:40 -0400)
commit080ea65692fd4ebf1040f67614c9e953f295baf5
tree7f6d5f03ea2759c362eac04f4fcdeaa86601f4de
parent3c052f9b22865d9c716a54f508057dcc047fb46c
board: traverse: ten64: init nvme devices in late boot to ensure bootflow availability

Ensure nvme devices are scanned before reaching the shell,
otherwise extra user intervention ("nvme scan") is required
before they are visible to bootdev/bootflow.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
board/traverse/ten64/ten64.c