mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
dapf: Also (try to) init dart-isp0
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
6072b8facf
commit
e1421f6fef
1 changed files with 2 additions and 5 deletions
|
@ -132,11 +132,8 @@ struct entry {
|
|||
};
|
||||
|
||||
struct entry dapf_entries[] = {
|
||||
{"/arm-io/dart-aop", 1},
|
||||
{"/arm-io/dart-mtp", 1},
|
||||
{"/arm-io/dart-pmp", 1},
|
||||
{"/arm-io/dart-isp", 5},
|
||||
{NULL, -1},
|
||||
{"/arm-io/dart-aop", 1}, {"/arm-io/dart-mtp", 1}, {"/arm-io/dart-pmp", 1},
|
||||
{"/arm-io/dart-isp", 5}, {"/arm-io/dart-isp0", 5}, {NULL, -1},
|
||||
};
|
||||
|
||||
int dapf_init_all(void)
|
||||
|
|
Loading…
Reference in a new issue