mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-01 20:44:14 +00:00
base-hw: Define CACHE_LINE_SIZE_LOG2 for rpi
This commit is contained in:
parent
46ee8241b4
commit
78c8145d9b
@ -49,6 +49,9 @@ namespace Genode
|
|||||||
IRQ_CONTROLLER_SIZE = 0x100,
|
IRQ_CONTROLLER_SIZE = 0x100,
|
||||||
|
|
||||||
SECURITY_EXTENSION = 0,
|
SECURITY_EXTENSION = 0,
|
||||||
|
|
||||||
|
/* CPU cache */
|
||||||
|
CACHE_LINE_SIZE_LOG2 = 2, /* FIXME get correct value from board spec */
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user