blob: 24cc267b8f9c6b877a1b9260bad0dd4f750b1fd8 [file] [log] [blame]
Habeeb Mohammed74872b52021-09-03 13:16:38 -07001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${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