]> git.sur5r.net Git - u-boot/blob - board/qca/ap121/Kconfig
MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig
[u-boot] / board / qca / ap121 / Kconfig
1 if TARGET_AP121
2
3 config SYS_VENDOR
4         default "qca"
5
6 config SYS_BOARD
7         default "ap121"
8
9 config SYS_CONFIG_NAME
10         default "ap121"
11
12 config SYS_TEXT_BASE
13         default 0x9f000000
14
15 endif