x86: increase bios boot partition to 1 MiB (#11741)

This commit is contained in:
Hex 2023-12-31 12:40:25 +08:00 committed by GitHub
parent 0609f6dbc4
commit 606b5ae2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ define Build/combined
$@ \ $@ \
$(CONFIG_TARGET_KERNEL_PARTSIZE) $@.boot \ $(CONFIG_TARGET_KERNEL_PARTSIZE) $@.boot \
$(CONFIG_TARGET_ROOTFS_PARTSIZE) $(IMAGE_ROOTFS) \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(IMAGE_ROOTFS) \
256 1024
endef endef
define Build/grub-config define Build/grub-config