From cf6fd27dbd8e2d1b507f8c3752b85801b2c6ef57 Mon Sep 17 00:00:00 2001 From: George Hung Date: Fri, 2 Jul 2021 18:22:56 +0800 Subject: 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 Change-Id: I1a766fb90d79c55d1487e298e9eb16c8c1091165 --- meta-quanta/meta-gbs/conf/machine/gbs.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-quanta/meta-gbs') 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" -- cgit v1.2.3