Adriana Kobylak | 903fd35 | 2019-02-06 16:24:42 -0600 | [diff] [blame] | 1 | require conf/machine/witherspoon.conf |
2 | |||||
3 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-witherspoon-128.dtb" | ||||
4 | |||||
5 | MRW_XML = "witherspoon.xml" | ||||
6 | |||||
7 | # 128MB flash size | ||||
8 | FLASH_SIZE = "131072" | ||||
9 | |||||
10 | # 32MB read-write filesystem | ||||
11 | FLASH_UBI_RWFS_SIZE ?= "32768" | ||||
12 | FLASH_UBI_RWFS_TXT_SIZE ?= "32MiB" | ||||
13 | BMC_RW_SIZE = "0x2000000" |