X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Ftplink%2Fwdr4300%2FKconfig;h=67a0228773ba4ddce3d1ae05e5cb0ffcfaf6f65a;hb=27084c03d36a7f0e4d7c1679761e81567f1d5442;hp=65785bdb9c752a09182b2a0beadb98ef14bfb9ea;hpb=ec35e12331512cf5ed0f22005d7b6fb4ccc35969;p=oweals%2Fu-boot.git diff --git a/board/tplink/wdr4300/Kconfig b/board/tplink/wdr4300/Kconfig index 65785bdb9c..67a0228773 100644 --- a/board/tplink/wdr4300/Kconfig +++ b/board/tplink/wdr4300/Kconfig @@ -15,4 +15,16 @@ config SYS_CONFIG_NAME config SYS_TEXT_BASE default 0xa1000000 +config SYS_DCACHE_SIZE + default 32768 + +config SYS_DCACHE_LINE_SIZE + default 32 + +config SYS_ICACHE_SIZE + default 65536 + +config SYS_ICACHE_LINE_SIZE + default 32 + endif