diff options
Diffstat (limited to 'board/dbau1x00/Kconfig')
-rw-r--r-- | board/dbau1x00/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/dbau1x00/Kconfig b/board/dbau1x00/Kconfig index 342ec59..448176d 100644 --- a/board/dbau1x00/Kconfig +++ b/board/dbau1x00/Kconfig @@ -12,6 +12,18 @@ config SYS_CONFIG_NAME config SYS_TEXT_BASE default 0xbfc00000 +config SYS_DCACHE_SIZE + default 16384 + +config SYS_DCACHE_LINE_SIZE + default 32 + +config SYS_ICACHE_SIZE + default 16384 + +config SYS_ICACHE_LINE_SIZE + default 32 + menu "dbau1x00 board options" choice |