HW23: Add machine feature imx-boot
Since imx-boot is different than a classic u-boot we need to handle it separatly. bootloader-config does not support it so we use this variable to remove it at build time. BugzID: 69098
This commit is contained in:
parent
ae37c1b2b9
commit
3ffadd7487
|
|
@ -44,6 +44,7 @@ MACHINE_FEATURES += " \
|
||||||
bluetooth \
|
bluetooth \
|
||||||
neo-m8l \
|
neo-m8l \
|
||||||
v2x \
|
v2x \
|
||||||
|
imx-boot \
|
||||||
"
|
"
|
||||||
|
|
||||||
ACCEPT_FSL_EULA = "1"
|
ACCEPT_FSL_EULA = "1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue