From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf') diff --git a/bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf b/bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf index 9aa43d46..3b629603 100644 --- a/bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf +++ b/bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf @@ -2,13 +2,15 @@ #@NAME: Boundary Devices Nitrogen6SX #@SOC: i.MX6SX #@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen6SX -#@MAINTAINER: Ian Coolidge +#@MAINTAINER: Chris Dimich MACHINEOVERRIDES =. "mx6:mx6sx:" include conf/machine/include/imx-base.inc include conf/machine/include/tune-cortexa9.inc +IMX_DEFAULT_BSP = "nxp" + KERNEL_DEVICETREE = "imx6sx-nitrogen6sx.dtb" KERNEL_IMAGETYPE = "zImage" @@ -31,7 +33,7 @@ WKS_FILE_DEPENDS = " \ UBOOT_MACHINE ?= "nitrogen6sx_defconfig" -SERIAL_CONSOLE = "115200 ttymxc0" +SERIAL_CONSOLES = "115200;ttymxc0" MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx" MACHINE_FEATURES += " pci wifi bluetooth" -- cgit 1.2.3-korg