diff options
Diffstat (limited to 'board/micronas')
-rw-r--r-- | board/micronas/vct/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/micronas/vct/Kconfig b/board/micronas/vct/Kconfig index c518079..df7c029 100644 --- a/board/micronas/vct/Kconfig +++ b/board/micronas/vct/Kconfig @@ -9,6 +9,21 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "vct" +config SYS_TEXT_BASE + default 0x87000000 + +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 "vct board options" choice |