1if BOARD_TPLINK_WDR4300 2 3config SYS_VENDOR 4 default "tplink" 5 6config SYS_SOC 7 default "ath79" 8 9config SYS_BOARD 10 default "wdr4300" 11 12config SYS_CONFIG_NAME 13 default "tplink_wdr4300" 14 15config SYS_TEXT_BASE 16 default 0xa1000000 17 18config SYS_DCACHE_SIZE 19 default 32768 20 21config SYS_ICACHE_SIZE 22 default 65536 23 24config SYS_CACHELINE_SIZE 25 default 32 26 27endif 28