blob: 6229382d22a623e7b9ab7c3f31a5a3c21d5c19bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#@TYPE: Machine
#@NAME: phyflex-imx6-7
#@DESCRIPTION: PHYTEC phyFLEX-i.MX6 DualLite PBA-B-01, 1GiB RAM one bank, 16MiB SPI-NOR
#@ARTICLENUMBERS: PFL-A-02-13247E0X.A0
require conf/machine/include/phyimx6qdl.inc
SOC_FAMILY .= ":mx6dl"
SOC_FAMILY .= ":phyflex-imx6"
# Kernel
KERNEL_DEVICETREE = "imx6dl-phytec-pbab01.dtb"
# Barebox Config
BAREBOX_BIN = "images/barebox-phytec-pbab01dl-1gib-1bank.img"
# resistivetouch, the rdk has one attached
MACHINE_FEATURES += "resistivetouch pci can alsa"
|