commit | ca31f284cf43bea7f16838e88bc58ed3a5579b71 | [log] [tgz] |
---|---|---|
author | Xo Wang <xow@google.com> | Mon Nov 14 14:40:46 2016 -0800 |
committer | Xo Wang <xow@google.com> | Mon Nov 14 14:40:46 2016 -0800 |
tree | c5a8dd3973a3ad869c339bfd7c03b6e4e9fb3d5c | |
parent | ec2a4d176af4a2fad096b7339b873c4635670ff0 [diff] |
meta-zaius: Add FLASH_SIZE to conf This option pads unused portions of the flash, up to 64 MiB, with 0xFF. Signed-off-by: Xo Wang <xow@google.com> Change-Id: I345a56342fdc16a079ea1b96d82adb2e1d9c4a15
diff --git a/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/conf/machine/zaius.conf b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/conf/machine/zaius.conf index f342da7..4aca420 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/conf/machine/zaius.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/conf/machine/zaius.conf
@@ -3,6 +3,8 @@ UBOOT_MACHINE = "ast_g5_ncsi_config" +FLASH_SIZE = "65536" + require conf/machine/include/ast2500.inc require conf/machine/include/obmc-bsp-common.inc require conf/machine/include/ingrasys.inc