X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Ftplink%2Fwdr4300%2FKconfig;h=67a0228773ba4ddce3d1ae05e5cb0ffcfaf6f65a;hb=27084c03d36a7f0e4d7c1679761e81567f1d5442;hp=902abf560d10a8a4414e0bfbf503bac5e21fd09f;hpb=08ca213acadef61748dc62d48b0f5c4bed8b8c2d;p=oweals%2Fu-boot.git diff --git a/board/tplink/wdr4300/Kconfig b/board/tplink/wdr4300/Kconfig index 902abf560d..67a0228773 100644 --- a/board/tplink/wdr4300/Kconfig +++ b/board/tplink/wdr4300/Kconfig @@ -12,4 +12,19 @@ config SYS_BOARD config SYS_CONFIG_NAME default "tplink_wdr4300" +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