]> code.ossystems Code Review - meta-freescale.git/commit
conf: machine: imx8m[m,n,p]: enable extlinux support
authorAndrey Zhizhikin <andrey.z@gmail.com>
Mon, 3 May 2021 10:57:05 +0000 (10:57 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 4 May 2021 17:07:09 +0000 (14:07 -0300)
commit122bfa162197075949adf826a39119cc21c6955f
tree766d608ce2f3a93a9c7e8434c4cedf015b0a84e0
parente465b75e5cc6bce98d7fb2aacbd2eb1c98b21a22
conf: machine: imx8m[m,n,p]: enable extlinux support

Newer U-Boot versions enables distro boot option as a default. This
requires that the target uses either Syslinux or boot script in order to
start instead of customized boot environment.

Since according to U-Boot documentation [1], Syslinux is considered as a
preferred way of using distro boot - enable it for imx8mm, imx8mn and
imx8mp derivatives for mainline BSP.

Syslinux options are introduced in machine-specific headers in order
to assemble correct extlinux.conf file.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Link: [1]: https://source.denx.de/u-boot/u-boot/-/blob/master/doc/README.distro
conf/machine/include/imx8mm-evk.inc
conf/machine/include/imx8mn-evk.inc
conf/machine/include/imx8mp-evk.inc