mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-16 21:58:27 +00:00
asc: Use 0x8000 offset for mbox regs
Not sure where 0x4000 came from? Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
a4c5b64655
commit
18ceb3b3ff
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ asc_dev_t *asc_init(const char *path)
|
|||
|
||||
asc->iop_node = adt_first_child_offset(adt, node);
|
||||
asc->cpu_base = base;
|
||||
asc->base = base + 0x4000;
|
||||
asc->base = base + 0x8000;
|
||||
return asc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue