You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
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>