board/ci20/genimage.cfg: drop hardcoded rootfs partition size
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 21 Jan 2020 21:03:00 +0000 (22:03 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 22 Jan 2020 19:50:02 +0000 (20:50 +0100)
commitf1d1967422170b73ed7401eeb142a6b7a541dbec
treebf8b9470f8e61bd4791ecff9432385f8f24f1d1f
parent0267d162a22a1b341b5fb73ef7f46147a7f9b337
board/ci20/genimage.cfg: drop hardcoded rootfs partition size

As recently reported to the list:
http://lists.busybox.net/pipermail/buildroot/2020-January/271937.html

The hardcoded rootfs partition size can lead to hard to understand build
failures if more packages are added.

So drop the hardcoded partition size.  Genimage will then size the partition
to match the size of the rootfs image (which by default is also 60MB for ext4).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/ci20/genimage.cfg