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:
parent
b2754811cc
commit
f67b5c4355
|
|
@ -5,4 +5,7 @@ require digi-u-boot.inc
|
||||||
SRCBRANCH = "v2017.03/master"
|
SRCBRANCH = "v2017.03/master"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
|
# Disable support to initial environment for U-Boot
|
||||||
|
UBOOT_INITIAL_ENV = ""
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"
|
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue