2016-05-06 18:10:41 +00:00
|
|
|
if BOARD_TPLINK_WDR4300
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "tplink"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "ath79"
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "wdr4300"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "tplink_wdr4300"
|
|
|
|
|
2016-05-17 10:56:39 +00:00
|
|
|
config SYS_TEXT_BASE
|
|
|
|
default 0xa1000000
|
|
|
|
|
2016-05-27 13:28:04 +00:00
|
|
|
config SYS_DCACHE_SIZE
|
|
|
|
default 32768
|
|
|
|
|
2016-05-27 13:28:05 +00:00
|
|
|
config SYS_DCACHE_LINE_SIZE
|
|
|
|
default 32
|
|
|
|
|
2016-05-27 13:28:04 +00:00
|
|
|
config SYS_ICACHE_SIZE
|
|
|
|
default 65536
|
|
|
|
|
2016-05-27 13:28:05 +00:00
|
|
|
config SYS_ICACHE_LINE_SIZE
|
2016-05-27 13:28:04 +00:00
|
|
|
default 32
|
|
|
|
|
2016-05-06 18:10:41 +00:00
|
|
|
endif
|