summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-02 09:48:06 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-02 09:48:06 +0200
commitb86c34ad45c2a066a9ca86a86b2c49d30697c671 (patch)
treecdf6c3f1c6479e4efd7b6f3597619c3e7b57fcd9 /lib
parentc78e5763d8f5e471d043e6ed2752e245dbcaf047 (diff)
arm64: fix: a fully arm64 firmware + important fixes and patches.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/partition-map.h3
1 files changed, 1 insertions, 2 deletions
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.