hongweiz-ami | 1a3db7f | 2019-03-12 15:04:15 -0400 | [diff] [blame^] | 1 | |
2 | KMACHINE = "aspeed" | ||||
3 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-microsoft-${MACHINE}.dtb" | ||||
4 | |||||
5 | require conf/machine/include/ast2400.inc | ||||
6 | require conf/machine/include/obmc-bsp-common.inc | ||||
7 | |||||
8 | UBOOT_MACHINE_olympus = "ast_g4_phy_config" | ||||
9 | UBOOT_ENTRYPOINT = "0x40008000" | ||||
10 | UBOOT_LOADADDRESS = "0x40008000" | ||||
11 | |||||
12 | FLASH_SIZE = "32768" |