1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-inventec-${MACHINE}.dtb"
3
4require conf/machine/include/ast2600.inc
5require conf/machine/include/obmc-bsp-common.inc
6require conf/machine/include/inventec.inc
7
8UBOOT_MACHINE = "transformers-ast2600_defconfig"
9UBOOT_DEVICETREE = "ast2600-transformers"
10
11# To build a 64MB image, set FLASH_SIZE value to "65536".
12FLASH_SIZE = "65536"
13# Overwrite flash offsets
14FLASH_UBOOT_OFFSET = "0"
15FLASH_KERNEL_OFFSET = "1024"
16FLASH_ROFS_OFFSET = "10240"
17FLASH_RWFS_OFFSET = "43008"
18
19