we need TLE8888 driver #714
This commit is contained in:
parent
c1593ea31e
commit
f8afa29a0f
|
@ -810,6 +810,6 @@ int getRusEfiVersion(void) {
|
|||
if (initBootloader() != 0)
|
||||
return 123;
|
||||
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
||||
return 20190412;
|
||||
return 20190414;
|
||||
}
|
||||
#endif /* EFI_UNIT_TEST */
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <hal.h>
|
||||
#include "efifeatures.h"
|
||||
|
||||
// todo: did we forget some outputs? should it be 28?
|
||||
#define TLE8888_OUTPUTS 24
|
||||
/* 4 misc channels */
|
||||
#define TLE8888_DIRECT_MISC 4
|
||||
|
|
Loading…
Reference in New Issue