From 2962836742abee8807c666cb7c41adc16bdc46fa Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 11 Jul 2024 08:52:40 +0300 Subject: [PATCH] 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 --- conf/machine/olimex-imx8mp-evb.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/olimex-imx8mp-evb.conf b/conf/machine/olimex-imx8mp-evb.conf index 6a9e463..4964e2e 100644 --- a/conf/machine/olimex-imx8mp-evb.conf +++ b/conf/machine/olimex-imx8mp-evb.conf @@ -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"