meta-digi-arm: ccimx6sbc. Add machine configuration.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2014-05-09 17:29:48 +02:00
parent 16f90dedb5
commit f6febc28a0
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#@TYPE: Machine
#@NAME: ConnectCore 6 Single Board Computer.
#@DESCRIPTION: Machine configuration for Digi's ConnectCore 6 SBC.
# Contains the ConnectCore 6 module.
include conf/machine/include/ccimx6.inc
KERNEL_DEVICETREE = "imx6-${MACHINE}.dtb imx6-${MACHINE}-ldo.dtb imx6-${MACHINE}-hdcp.dtb"
SERIAL_CONSOLES = "115200;ttymxc3"
# U-Boot script to be copied to the SD image
BOOT_SCRIPTS = "boot-sd.scr:boot.scr"
# Boot partition size for FAT image generation, 64MiB
BOARD_BOOTIMAGE_PARTITION_SIZE ?= "67108864"