u-boot-dey: disable support to initial environment on v2017.03

Since this feature was introduced in newer versions of U-Boot, we need
to disable it for v2017.03 to avoid several compilation issues.

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2021-05-05 15:09:22 +02:00
parent b2754811cc
commit f67b5c4355
1 changed files with 3 additions and 0 deletions

View File

@ -5,4 +5,7 @@ require digi-u-boot.inc
SRCBRANCH = "v2017.03/master"
SRCREV = "${AUTOREV}"
# Disable support to initial environment for U-Boot
UBOOT_INITIAL_ENV = ""
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"