Brad Bishop | 333926b | 2016-06-04 01:10:40 -0400 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
2 | KERNEL_DEVICETREE = "${KMACHINE}-ast2500-evb.dtb" | ||||
3 | |||||
Joel Stanley | 446fbbd | 2016-07-27 18:33:40 +0930 | [diff] [blame] | 4 | UBOOT_MACHINE = "ast_g5_phy_config" |
5 | |||||
Rick Altherr | 2c983a9 | 2016-10-31 10:21:29 -0700 | [diff] [blame^] | 6 | FLASH_SIZE = "32768" |
7 | |||||
Brad Bishop | 333926b | 2016-06-04 01:10:40 -0400 | [diff] [blame] | 8 | require conf/machine/include/ast2500.inc |
9 | require conf/machine/include/obmc-bsp-common.inc |