Files
Sachin Kamat 93bde08c2c fix: [Common] Fix kernel panic issue
Recent Android support cleanup patch introduced a regression with
OsLoader. Kernel panic was seen while booting Ubuntu using
container. This was because, earlier the function used to return
after adding OS Mender boot info parameter for non-Android OS.
With the Android support removed, the dead code (for non-Android
cases) started getting executed causing regression. This patch
removes this code which never got executed earlier in non-Android
cases and fixes this regression.

Signed-off-by: Sachin Kamat <sachin.kamat@intel.com>
2025-03-20 10:34:35 -07:00
..