blob: b1c68f44de1061dabe8ebafdad4c4a8ac02e65b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#@TYPE: Machine
#@NAME: phycore-am335x-4
#@DESCRIPTION: PCM-051-0005160C.A1, PCM-051-0005160I.A1
require conf/machine/include/phyam335x.inc
SOC_FAMILY_append := ":phycore-am335x"
# Kernel
KERNEL_DEVICETREE = "am335x-phycore-none.dtb"
# Barebox
BAREBOX_BIN = "images/barebox-am33xx-phytec-phycore-no-spi-no-eeprom.img"
BAREBOX_IPL_BIN = "images/barebox-am33xx-phytec-phycore-mlo-256mb.img"
# touchscreen, the rdk has one attached
MACHINE_FEATURES += "touchscreen"
|