Skip to content

Commit 0f2bdd1

Browse files
committed
source/common.c: PocketBeagle, no slots file disable here too
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent 49927af commit 0f2bdd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/common.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,10 @@ int device_tree_loaded(const char *name)
659659
return 1;
660660
}
661661

662+
if(pocketbeagle()) {
663+
return BBIO_OK;
664+
}
665+
662666
snprintf(slots, sizeof(slots), "%s/slots", ctrl_dir);
663667

664668

0 commit comments

Comments
 (0)