Skip to content

Integrate yocto-install/mx8-memlogo-cmdline

Commit: seco-ne/tools/yocto-install@7d525874

prepare-logo: Add support of mx8 boot.cfg

i.MX8 machines do not use the FNG-Boot, they use the imx U-Boot instead. But boot.cfg is still used to get cmdline. And the config format is slightly different for i.MX6 and i.MX8.

The commit changes the sed command to support both flavors of configs.

Merge request reports