Heinrich Schuchardt 4ad85a9fea spl: don't assume NVMe partition 1 exists
There is no requirement that a partition 1 exists in a partition table.
We should not try to retrieve information about it.

We should not even try reading with partition number
CONFIG_SYS_NVME_BOOT_PARTITION here as this is done in the fs_set_blk_dev()
call anyway.

Fixes: 8ce6a2e17577 ("spl: blk: Support loading images from fs")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2023-08-19 04:12:52 +02:00
..
2022-10-31 11:03:59 -04:00
2023-06-24 13:47:02 -04:00
2023-07-30 18:53:08 +02:00
2022-09-25 08:30:05 -06:00
2023-07-30 18:53:08 +02:00