2016-03-16 08:59:59 +00:00
|
|
|
if TARGET_AP121
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "qca"
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "ap121"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "ap121"
|
|
|
|
|
2016-05-17 10:56:39 +00:00
|
|
|
config SYS_TEXT_BASE
|
|
|
|
default 0x9f000000
|
|
|
|
|
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-03-16 08:59:59 +00:00
|
|
|
endif
|