summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2021-07-02 13:22:56 +0300
committerGeorge Hung <george.hung@quantatw.com>2021-07-05 04:32:21 +0300
commitcf6fd27dbd8e2d1b507f8c3752b85801b2c6ef57 (patch)
treef959f748621eedc1e1a2841bc8669dea899d7964 /meta-quanta
parent34fba6f5bc9712bfac9b71e5206f5cccec243d45 (diff)
downloadopenbmc-cf6fd27dbd8e2d1b507f8c3752b85801b2c6ef57.tar.xz
meta-quanta: gbs: fix flash layout offset for 64MiB
Since the addition override for 64MiB, add the flash size suffix to fix flash layout offset ref: https://gerrit.openbmc-project.xyz/43876 Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I1a766fb90d79c55d1487e298e9eb16c8c1091165
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/conf/machine/gbs.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-quanta/meta-gbs/conf/machine/gbs.conf b/meta-quanta/meta-gbs/conf/machine/gbs.conf
index a709dfd27..a7a59e9ba 100644
--- a/meta-quanta/meta-gbs/conf/machine/gbs.conf
+++ b/meta-quanta/meta-gbs/conf/machine/gbs.conf
@@ -15,8 +15,9 @@ GBMC_NCSI_IF_NAME = "eth0"
GBMC_KCS_DEV = "ipmi-kcs1"
# Overwrite flash offsets
-FLASH_ROFS_OFFSET = "7168"
-FLASH_RWFS_OFFSET = "62400"
+FLASH_KERNEL_OFFSET_flash-65536 = "2048"
+FLASH_ROFS_OFFSET_flash-65536 = "7168"
+FLASH_RWFS_OFFSET_flash-65536 = "62400"
FLASH_SIZE = "65536"
PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "gbmc-kcs-config"