backends/extra-uEnv: Extend custom DTB support for Nano 2GB Devkit

Change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
This commit is contained in:
Alexandru Costache 2021-11-10 09:48:10 +01:00
parent 283495cfcd
commit 3b9c68246e

View File

@ -63,6 +63,7 @@ export class ExtraUEnv extends ConfigBackend {
return (
(deviceType.endsWith('-nano') ||
deviceType.endsWith('-nano-emmc') ||
deviceType.endsWith('-nano-2gb-devkit') ||
deviceType.endsWith('-tx2') ||
deviceType.includes('-tx2-nx')) &&
(await exists(ExtraUEnv.bootConfigPath))