mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +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,
|
||||
|
||||
SECURITY_EXTENSION = 0,
|
||||
|
||||
/* CPU cache */
|
||||
CACHE_LINE_SIZE_LOG2 = 2, /* FIXME get correct value from board spec */
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user