1if TARGET_AP143 2 3config SYS_VENDOR 4 default "qca" 5 6config SYS_BOARD 7 default "ap143" 8 9config SYS_CONFIG_NAME 10 default "ap143" 11 12config SYS_TEXT_BASE 13 default 0x9f000000 14 15config SYS_DCACHE_SIZE 16 default 32768 17 18config SYS_DCACHE_LINE_SIZE 19 default 32 20 21config SYS_ICACHE_SIZE 22 default 65536 23 24config SYS_ICACHE_LINE_SIZE 25 default 32 26 27endif 28