mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
base-hw: Define CACHE_LINE_SIZE_LOG2 for rpi
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user