spl: Allow tiny printf() to be controlled in SPL and TPL
[oweals/u-boot.git] / board / tplink / wdr4300 / Kconfig
index 902abf560d10a8a4414e0bfbf503bac5e21fd09f..67a0228773ba4ddce3d1ae05e5cb0ffcfaf6f65a 100644 (file)
@@ -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