From b86c34ad45c2a066a9ca86a86b2c49d30697c671 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 2 Apr 2025 09:48:06 +0200 Subject: arm64: fix: a fully arm64 firmware + important fixes and patches. Signed-off-by: Amlal El Mahrouss --- lib/partition-map.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/partition-map.h b/lib/partition-map.h index 3a05ae3..37e9912 100644 --- a/lib/partition-map.h +++ b/lib/partition-map.h @@ -35,9 +35,8 @@ #define EPM_MAGIC "EPMMS" /* mass storage */ #endif -#define EPM_MAX_BLKS 128 /* 1 on UEFI EPM. */ +#define EPM_MAX_BLKS (128) /* 1 on UEFI EPM. */ -#define EPM_BOOT_BLK_SZ sizeof(struct boot_block) #define EPM_PART_BLK_SZ sizeof(struct part_block) /// @brief Start of EPM headers. -- cgit v1.2.3