Skip to content

Commit

Permalink
olimex-imx8mp-evb.conf: Configure use-nxp-bsp
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
leon-anavi committed Jul 11, 2024
1 parent 05b2597 commit db88ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/machine/olimex-imx8mp-evb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db88ea1

Please sign in to comment.