build: Config-images: fix unit of partition sizes
authorPaul Fertser <fercerpav@gmail.com>
Wed, 16 Jun 2021 14:15:59 +0000 (17:15 +0300)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 19 Jun 2021 22:49:06 +0000 (00:49 +0200)
The code interprets these config values as Mebibytes rather than
Megabytes so modify the description accordingly.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
[fix commit title prefix]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
config/Config-images.in

index 26917267cf95c9b1a5c8b099dc943f9829fa23f4..715ba212844b117b39e1e33c39d32166e30bcc1b 100644 (file)
@@ -280,14 +280,14 @@ menu "Target Images"
        source "target/linux/*/image/Config.in"
 
        config TARGET_KERNEL_PARTSIZE
-               int "Kernel partition size (in MB)"
+               int "Kernel partition size (in MiB)"
                depends on USES_BOOT_PART
                default 8 if TARGET_apm821xx_sata
                default 64 if TARGET_bcm27xx
                default 16
 
        config TARGET_ROOTFS_PARTSIZE
-               int "Root filesystem partition size (in MB)"
+               int "Root filesystem partition size (in MiB)"
                depends on USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_omap || TARGET_sunxi || TARGET_uml
                default 104
                help