u-boot-fw-utils: add support for ccimx8x platform

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2018-06-15 15:08:56 +02:00
parent 4c286c30aa
commit 9b4884166c
2 changed files with 8 additions and 1 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

@ -87,4 +87,4 @@ pkg_postinst_${PN}() {
fi fi
} }
COMPATIBLE_MACHINE = "(ccimx6sbc|ccimx6qpsbc|ccimx6ul)" COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"