From 87efcf0b8ac4d0a3baf259f27332c1c1fd2b3c17 Mon Sep 17 00:00:00 2001
From: Piotr Kubik <piotr.kubik@iopsys.eu>
Date: Mon, 13 Jan 2025 14:55:27 +0100
Subject: [PATCH] airoha: Add GPT variables to DEVICE_VARS

---
 airoha/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airoha/image/Makefile b/airoha/image/Makefile
index 9d1a0cf11..16622ffb0 100755
--- a/airoha/image/Makefile
+++ b/airoha/image/Makefile
@@ -8,7 +8,7 @@ include ../../iopsys-common/iopsys-fit-image.mk
 include ../../iopsys-common/iopsys-sign-image.mk
 
 DTS_DIR := ../dts
-DEVICE_VARS += DEVICE_UBI_LAYOUT UBOOT_TARGET
+DEVICE_VARS += DEVICE_UBI_LAYOUT UBOOT_TARGET GPT_LAYOUT_STR GPT_PRIMARY_ENTRY_OFFSET GPT_ALTERNATE_OFFSET
 
 define airoha-emmc-production
   append-uboot-nand | pad-to 2M | append_emmc_production_env_and_sw $(1)
-- 
GitLab