summaryrefslogtreecommitdiff
path: root/meta-aspeed/conf
diff options
context:
space:
mode:
authorTroy Lee <troy_lee@aspeedtech.com>2021-03-02 09:09:04 +0300
committerTroy Lee <troy_lee@aspeedtech.com>2021-03-02 09:09:04 +0300
commita0bfce941bf4afe3b46305085570e70f56a46a5c (patch)
treee0ad05aed80db534cc74031fd852da0fc349f221 /meta-aspeed/conf
parent79809ea7c46e7d54bfb9e3d7ac185d9965c4a81d (diff)
downloadopenbmc-a0bfce941bf4afe3b46305085570e70f56a46a5c.tar.xz
aspeed: Set ast2600 evb spi flash size to 64 MiB
AST2600 evb has 64 MiB flash by default, so machine config could provide a default value for FLASH_SIZE. Signed-off-by: Troy Lee <troy_lee@aspeedtech.com> Change-Id: Idca8734f950a16966a5a7322c0c50d6e63d9106e
Diffstat (limited to 'meta-aspeed/conf')
-rw-r--r--meta-aspeed/conf/machine/evb-ast2600.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-aspeed/conf/machine/evb-ast2600.conf b/meta-aspeed/conf/machine/evb-ast2600.conf
index 9fb38e090..e011045d2 100644
--- a/meta-aspeed/conf/machine/evb-ast2600.conf
+++ b/meta-aspeed/conf/machine/evb-ast2600.conf
@@ -5,3 +5,6 @@ UBOOT_DEVICETREE = "ast2600a1-evb"
require conf/machine/include/ast2600.inc
SERIAL_CONSOLES = "115200;ttyS4"
+
+# AST2600 EVB has 64MB SPI flash
+FLASH_SIZE = "65536"