some fixes for e4hdu

Origin commit data
------------------
Commit: 9889a95fa0
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-10-31 (Mon, 31 Oct 2022)

Origin message was:
------------------
- some fixes for e4hdu
This commit is contained in:
vanhofen
2022-10-31 02:39:37 +01:00
parent fbbc6d7418
commit e5f73caaad
2 changed files with 2 additions and 2 deletions

View File

@@ -2187,7 +2187,7 @@ int getActivePartition()
}
fclose(f);
}
#elif BOXMODEL_HD51 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7 || BOXMODEL_HD60 || BOXMODEL_HD61 || BOXMODEL_MULTIBOX || BOXMODEL_MULTIBOXSE || BOXMODEL_OSMIO4K || BOXMODEL_OSMIO4KPLUS
#elif BOXMODEL_HD51 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7 || BOXMODEL_E4HDULTRA || BOXMODEL_HD60 || BOXMODEL_HD61 || BOXMODEL_MULTIBOX || BOXMODEL_MULTIBOXSE || BOXMODEL_OSMIO4K || BOXMODEL_OSMIO4KPLUS
FILE *f;
// first check for subdirboot layout
f = fopen("/sys/firmware/devicetree/base/chosen/bootargs", "r");