blob: 783dec2dd89f496d3895adb61f2ad4e1e5245596 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#@TYPE: Machine
#@NAME: beagleboneblack-1
#@DESCRIPTION: Hardware Revision A5C 2GiB eMMC
require conf/machine/include/phyam335x.inc
# Kernel
KERNEL_DEVICETREE = "am335x-boneblack.dtb"
# Barebox
BAREBOX_BIN = "images/barebox-am33xx-beaglebone.img"
BAREBOX_IPL_BIN = "images/barebox-am33xx-beaglebone-mlo.img"
MACHINE_FEATURES += "sgx"
|