Re: [PATCH 1/2] ARM: i.MX8MP: skov: fix variant detection on boards without state

2024-05-16 Thread Sascha Hauer
On Wed, 15 May 2024 13:20:32 +0200, Ahmad Fatoum wrote: > If barebox booted a board without state partition on the eMMC it did not set a > refined compatible at all resulting in a failure to boot into Linux userspace. > > Instead just default to the LVDS flavor of the board variant which at

[PATCH 1/2] ARM: i.MX8MP: skov: fix variant detection on boards without state

2024-05-15 Thread Ahmad Fatoum
From: Soren Andersen If barebox booted a board without state partition on the eMMC it did not set a refined compatible at all resulting in a failure to boot into Linux userspace. Instead just default to the LVDS flavor of the board variant which at least leads to a working Linux userspace.