board/freescale: increase the vfat size
authorFabio Estevam <festevam@gmail.com>
Tue, 26 May 2020 21:01:19 +0000 (18:01 -0300)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 26 May 2020 21:15:17 +0000 (23:15 +0200)
The default iamge size is 32MiB, which is quite low by today's standards.
Besides, the AArch64 kernels are relatively big, which leaves not much
room, if at all, for users to experiment on the default image.

Increase the vfat size to a more reasonable 64MiB.

Note that users who derive an in-tree defconfig for their own case will
allways hit any arbitarary size we put here, so they will anyway have to
also derive this template for their own use-cases.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
board/freescale/common/imx/genimage.cfg.template_imx8

index 84a812f9861b38b60743fe65127bdf579a47a36e..568920508385d57066e5d73f2a22c3e6bf84a6c6 100644 (file)
@@ -14,7 +14,7 @@ image boot.vfat {
       %FILES%
     }
   }
-  size = 32M
+  size = 64M
 }
 
 image sdcard.img {