Skip to content

Commit 606b5ae

Browse files
authored
x86: increase bios boot partition to 1 MiB (#11741)
1 parent 0609f6d commit 606b5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/linux/x86/image/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ define Build/combined
5353
$@ \
5454
$(CONFIG_TARGET_KERNEL_PARTSIZE) $@.boot \
5555
$(CONFIG_TARGET_ROOTFS_PARTSIZE) $(IMAGE_ROOTFS) \
56-
256
56+
1024
5757
endef
5858

5959
define Build/grub-config

0 commit comments

Comments
 (0)