mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx6q-elo: Rename board and update kernel, U-Boot provider
Rename imx6q-elo machine to imx6q-dms-ba16. 'elo' was a internal name used by GE for Advantech dms-ba16 board. Since the board is a generic Advantech board and not GE specific, rename the machine. Also update the board to use u-boot-fslc u-boot and linux-advantech kernel. Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
cb59f61d5a
commit
53b0ad46c4
21
conf/machine/imx6q-dms-ba16.conf
Normal file
21
conf/machine/imx6q-dms-ba16.conf
Normal file
|
@ -0,0 +1,21 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: Advantech DMS BA16
|
||||
#@SOC: i.MX6Q
|
||||
#@DESCRIPTION: Machine configuration for Advantech DMS BA16 board
|
||||
#@MAINTAINER: Akshay Bhat <akshay.bhat@timesys.com>
|
||||
|
||||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa9.inc
|
||||
|
||||
SOC_FAMILY = "mx6:mx6q"
|
||||
|
||||
UBOOT_MACHINE = "dms-ba16_defconfig"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-advantech"
|
||||
PREFERRED_PROVIDER_kernel = "linux-advantech"
|
||||
KERNEL_DEVICETREE = "imx6q-dms-ba16.dtb"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
MACHINE_FEATURES += "pci"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc3"
|
|
@ -1,23 +0,0 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: General Electric ELO
|
||||
#@SOC: i.MX6Q
|
||||
#@DESCRIPTION: Machine configuration for Advantech/GE ELO system
|
||||
#@MAINTAINER: Justin Waters <justin.waters@timesys.com>
|
||||
|
||||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa9.inc
|
||||
|
||||
SOC_FAMILY = "mx6:mx6q"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ge"
|
||||
PREFERRED_PROVIDER_u-boot = "u-boot-ge"
|
||||
UBOOT_MACHINE = "ge_elo_yocto_defconfig"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-ge"
|
||||
PREFERRED_PROVIDER_kernel = "linux-ge"
|
||||
KERNEL_DEVICETREE = "imx6q-elo.dtb"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
MACHINE_FEATURES += "pci"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc3"
|
Loading…
Reference in New Issue
Block a user