fs/ext2: rename BR2_TARGET_ROOTFS_EXT2_BLOCKS to BR2_TARGET_ROOTFS_EXT2_SIZE
authorSamuel Martin <s.martin49@gmail.com>
Sun, 9 Jul 2017 05:00:38 +0000 (07:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 Jul 2017 13:35:30 +0000 (15:35 +0200)
commitbee9e881a2d3addd6880b39f3e33a7180d0b1eb4
tree1964d27772b0cbc22efdff1d7d01a3d0505fa78e
parent0dcf75eb7dfc545ddf47a156b76bedb2a2d86526
fs/ext2: rename BR2_TARGET_ROOTFS_EXT2_BLOCKS to BR2_TARGET_ROOTFS_EXT2_SIZE

This change deprecates the ext2/3/4 rootfs size in blocks symbol in
favor of one that mimic the fs-size argument behavior of mkfs (i.e.
size in a human readable format accepting k, m, g or t suffix or their
upper-case variants).

This change also updates the defconfigs that used to set
BR2_TARGET_ROOTFS_EXT2_BLOCKS symbol.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in.legacy
configs/at91sam9x5ek_mmc_dev_defconfig
configs/beaglebone_qt5_defconfig
configs/firefly_rk3288_demo_defconfig
configs/minnowboard_max-graphical_defconfig
configs/nanopi_neo_defconfig
configs/pc_x86_64_bios_defconfig
configs/pc_x86_64_efi_defconfig
configs/raspberrypi3_64_defconfig
fs/ext2/Config.in
fs/ext2/ext2.mk