Browse Source

board/freescale: increase the vfat size

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>
(cherry picked from commit 7d804aba66fbed7df6cf0caa845b6c52f7ff1f7e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabio Estevam 5 năm trước cách đây
mục cha
commit
94bb56719d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      board/freescale/common/imx/genimage.cfg.template_imx8

+ 1 - 1
board/freescale/common/imx/genimage.cfg.template_imx8

@@ -13,7 +13,7 @@ image boot.vfat {
       %FILES%
     }
   }
-  size = 32M
+  size = 64M
 }
 
 image sdcard.img {