]> git.baikalelectronics.ru Git - uboot.git/commit
include/configs: apalis-imx8/verdin-imx8mm: rename kernel image variable
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>
Sat, 9 Oct 2021 20:41:11 +0000 (22:41 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 20 Oct 2021 13:08:26 +0000 (15:08 +0200)
commit4ada1590fe755cc04ed2bb9d7f1c4f8c16d71926
treebb2b767057f0729ee7953362e27b73d6bbb284dd
parent4ab7851271fce91b190ab0809b736d6fe82f9c02
include/configs: apalis-imx8/verdin-imx8mm: rename kernel image variable

Variable "kernel_image" is used in boot.scr script only, that sets its
own default value to the constant string @@KERNEL_IMAGETYPE@@ in case
"kernel_image" is not set.
The default name of the kernel image shipped with BSP 5.x is "Image.gz".
Setting kernel_image="Image" as a pre-defined u-boot variable
breaks booting systems with modern versions of boot.scr, whereas
renaming it fixes booting with modern scripts and does not break working
of earlier versions of boot.scr.

While at it also update the copyright period, rather than hard-coding
fdtfile default fdt_board to dev for the Verdin iMX8M Mini and fix its
closing #endif comment.

Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
include/configs/apalis-imx8.h
include/configs/verdin-imx8mm.h