u-boot-fw-utils: add support for ConnectCore 8M Nano DVK platform

https://jira.digi.com/browse/DEL-6806

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2019-10-18 09:14:07 +02:00
parent 6130059988
commit 9ce3f4730f
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,7 @@
# Configuration file for fw_(printenv/setenv) utility.
# Up to two entries are valid, in this case the redundant
# environment sector is assumed present.
# Device name Offset Size
/dev/mmcblk0boot1 0x1C0000 0x4000
/dev/mmcblk0boot1 0x1E0000 0x4000

View File

@ -82,5 +82,3 @@ pkg_postinst_ontarget_${PN}() {
${CONFIG_FILE}
fi
}
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"