Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 1 | if BOARD_TPLINK_WDR4300 |
| 2 | |
| 3 | config SYS_VENDOR |
| 4 | default "tplink" |
| 5 | |
| 6 | config SYS_SOC |
| 7 | default "ath79" |
| 8 | |
| 9 | config SYS_BOARD |
| 10 | default "wdr4300" |
| 11 | |
| 12 | config SYS_CONFIG_NAME |
| 13 | default "tplink_wdr4300" |
| 14 | |
Paul Burton | aca04ce | 2016-05-17 11:56:39 +0100 | [diff] [blame] | 15 | config SYS_TEXT_BASE |
| 16 | default 0xa1000000 |
| 17 | |
Paul Burton | 5e51142 | 2016-05-27 14:28:04 +0100 | [diff] [blame] | 18 | config SYS_DCACHE_SIZE |
| 19 | default 32768 |
| 20 | |
Paul Burton | 62f1352 | 2016-05-27 14:28:05 +0100 | [diff] [blame] | 21 | config SYS_DCACHE_LINE_SIZE |
| 22 | default 32 |
| 23 | |
Paul Burton | 5e51142 | 2016-05-27 14:28:04 +0100 | [diff] [blame] | 24 | config SYS_ICACHE_SIZE |
| 25 | default 65536 |
| 26 | |
Paul Burton | 62f1352 | 2016-05-27 14:28:05 +0100 | [diff] [blame] | 27 | config SYS_ICACHE_LINE_SIZE |
Paul Burton | 5e51142 | 2016-05-27 14:28:04 +0100 | [diff] [blame] | 28 | default 32 |
| 29 | |
Marek Vasut | aee8312 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 30 | endif |