blob: fe28b1ff5267c138c7abb001c428e45a8fd4c28e [file] [log] [blame]
Rosy Song61290fb2019-03-16 09:24:44 +08001if TARGET_AP152
2
3config SYS_VENDOR
4 default "qca"
5
6config SYS_BOARD
7 default "ap152"
8
9config SYS_CONFIG_NAME
10 default "ap152"
11
Simon Glass98463902022-10-20 18:22:39 -060012config TEXT_BASE
Rosy Song61290fb2019-03-16 09:24:44 +080013 default 0x9f000000
14
15endif