summaryrefslogtreecommitdiff
path: root/meta-ieisystems/meta-nf5280m7/conf/machine/nf5280m7.conf
blob: 2f020adde1255470c2c27a22a14b8e0c03aded63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Add a device tree for nf5280m7
KMACHINE = "aspeed"
KERNEL_DEVICETREE = " \
    aspeed/${KMACHINE}-bmc-ieisystems-${MACHINE}.dtb \
"

UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
UBOOT_DEVICETREE = "ast2600-evb"
# UBOOT_DEVICETREE = "${UMACHINE}-ieisystems-${MACHINE}"
SPL_BINARY = "spl/u-boot-spl.bin"

require conf/machine/include/ast2600.inc
require conf/machine/include/obmc-bsp-common.inc

FLASH_SIZE = "65536"

SOCSEC_SIGN_ENABLE = "0"