mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
rpi: Allow the access to videocore memory as MMIO
This commit is contained in:
parent
62019be6d3
commit
1d5c11c7af
@ -64,6 +64,7 @@ Native_region * Platform::_mmio_regions(unsigned const i)
|
||||
static Native_region _regions[] =
|
||||
{
|
||||
{ 0x20000000, 0x22000000 },
|
||||
{ 0x50000000, 0x10000000 },
|
||||
};
|
||||
return i < sizeof(_regions)/sizeof(_regions[0]) ? &_regions[i] : 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user