diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-04-21 15:58:51 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-04-22 10:24:27 +0000 |
commit | f69d1e363c4b2034c8f66c3dc8c832859f2e9c2f (patch) | |
tree | 23f8230af3f4b536ad3078bedf8fce2b1420eb64 | |
parent | 95fc94d91fca50d35f4458dce89cbd6a0248bf50 (diff) | |
download | meta-boot2qt-f69d1e363c4b2034c8f66c3dc8c832859f2e9c2f.tar.gz |
colibri-vf: change partition alignment to 1M
Toradex eboot, used in some of the toradex modules, does not work
with FAT partition that starts from the default 4M alignment.
This prevents flashing u-boot from our image.
Change-Id: Ice28be02090305d0c02206296c23a0c2fe54641c
Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
-rw-r--r-- | conf/distro/include/colibri-vf.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/colibri-vf.conf b/conf/distro/include/colibri-vf.conf index 0d31f99..6512f2b 100644 --- a/conf/distro/include/colibri-vf.conf +++ b/conf/distro/include/colibri-vf.conf | |||
@@ -24,6 +24,7 @@ include conf/distro/include/toradex.inc | |||
24 | DEPLOY_CONF_NAME = "Toradex Colibri VF" | 24 | DEPLOY_CONF_NAME = "Toradex Colibri VF" |
25 | 25 | ||
26 | IMAGE_FSTYPES += "ext3 sdcard" | 26 | IMAGE_FSTYPES += "ext3 sdcard" |
27 | IMAGE_ROOTFS_ALIGNMENT_colibri-vf = "1024" | ||
27 | 28 | ||
28 | BOOTFS_CONTENT = "\ | 29 | BOOTFS_CONTENT = "\ |
29 | u-boot-${MACHINE}.imx:u-boot.imx \ | 30 | u-boot-${MACHINE}.imx:u-boot.imx \ |