olimex-imx8mp-evb.conf: Configure use-nxp-bsp

Configure the default kernel as linux-fslc and the default
bootloader as u-boot-imx for machine olimex-imx8mp-evb.conf.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
Leon Anavi 2024-07-11 08:52:40 +03:00
parent 072cda9c7f
commit 2962836742

View File

@ -47,8 +47,8 @@ KERNEL_DEVICETREE:append:use-nxp-bsp = " \
freescale/imx8mp-olimex.dtb \
"
IMX_DEFAULT_BOOTLOADER = "u-boot-imx"
IMX_DEFAULT_KERNEL = "linux-imx"
IMX_DEFAULT_BOOTLOADER:use-nxp-bsp = "u-boot-imx"
IMX_DEFAULT_KERNEL:use-nxp-bsp = "linux-fslc"
UBOOT_CONFIG_BASENAME = "imx8mp_olimex"
UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig"