diff options
Diffstat (limited to 'board/tplink/wdr4300/Kconfig')
-rw-r--r-- | board/tplink/wdr4300/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/tplink/wdr4300/Kconfig b/board/tplink/wdr4300/Kconfig index 65785bdb9c..ded7f9b179 100644 --- a/board/tplink/wdr4300/Kconfig +++ b/board/tplink/wdr4300/Kconfig @@ -15,4 +15,13 @@ config SYS_CONFIG_NAME config SYS_TEXT_BASE default 0xa1000000 +config SYS_DCACHE_SIZE + default 32768 + +config SYS_ICACHE_SIZE + default 65536 + +config SYS_CACHELINE_SIZE + default 32 + endif |