diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-04-02 09:52:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 09:52:34 +0200 |
| commit | f42ce43556475acb576fa926f685128d1dccf64b (patch) | |
| tree | fe73e12f9b1bbee1c561a52a78a262bc60c90792 /lib | |
| parent | c78e5763d8f5e471d043e6ed2752e245dbcaf047 (diff) | |
| parent | 74f329a38884e3d3468ad6abad43a4fbd7afa970 (diff) | |
Merge pull request #1 from amlel-el-mahrouss/dev
arm64: fix: a fully arm64 firmware + important fixes and patches.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/partition-map.h | 3 |
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. |
