]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/flash-images
flash-images: Make EFI partition 32MB
[ipfire-2.x.git] / lfs / flash-images
index 4ed5da004c8eebdb02d9e06480ddb0f9dedb4bf4..5134fd672cc1142eb9d2cdf37997117b347cf2bb 100644 (file)
@@ -79,7 +79,7 @@ S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) )))
 S_ROOT := 2477600
 
 ifeq "$(EFI)" "1"
- S_EFI = 204800
+ S_EFI = 65536 # 32 MB
 else
  S_EFI = 0
 endif