Brad Bishop | b4e277f | 2015-10-19 11:39:59 -0400 | [diff] [blame^] | 1 | KMACHINE = "aspeed" |
2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" | ||||
3 | |||||
4 | require conf/machine/include/ast2400.inc | ||||
5 | require conf/machine/include/obmc-bsp-common.inc | ||||
6 | require conf/machine/include/foxconn.inc | ||||
7 | |||||
8 | UBOOT_MACHINE_barreleye = "barreleye_config" | ||||
9 | UBOOT_ENTRYPOINT = "0x40008000" | ||||
10 | UBOOT_LOADADDRESS = "0x40008000" | ||||
11 | |||||
12 | FLASH_SIZE = "32768" |