summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorAnthony <anthonyhkf@google.com>2023-05-02 06:08:46 +0300
committerAnthony <anthonyhkf@google.com>2023-05-03 02:04:38 +0300
commitde6dbde9b8b19f1924ed04a48b5563284d687507 (patch)
tree771b66a9d0a9ab0a15149f97310c04822e99c2f4 /meta-google
parent43860981a06e94564000d053a6d1cb03da050c8b (diff)
downloadopenbmc-de6dbde9b8b19f1924ed04a48b5563284d687507.tar.xz
meta-google: set uboot env override for flash-65536
Change-Id: Ifd374c6fdc187595b2018d7a26c8cba6134c917e Signed-off-by: Anthony <anthonyhkf@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/classes/image_types_hoth.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-google/classes/image_types_hoth.bbclass b/meta-google/classes/image_types_hoth.bbclass
index 78df090a0c..c2c6f739b7 100644
--- a/meta-google/classes/image_types_hoth.bbclass
+++ b/meta-google/classes/image_types_hoth.bbclass
@@ -11,6 +11,7 @@ FLASH_HOTH_UPDATE_OFFSET:hoth:aarch64 = "${@61376 if FLASH_SIZE == '65536' else
# Leave a zero-size u-boot env partition.
FLASH_UBOOT_ENV_OFFSET = "${FLASH_KERNEL_OFFSET}"
+FLASH_UBOOT_ENV_OFFSET:flash-65536 = "${FLASH_KERNEL_OFFSET:flash-65536}"
# Support BMC image to have secondary hoth firmware
ENABLE_HOTH_SECONDARY ?= "no"