MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig
[oweals/u-boot.git] / board / qemu-mips / Kconfig
index 18d78b51008f2f271dc81e23d39579b69d0da7cf..3de1f44a3da4585b4a94ca1424f29a915343799c 100644 (file)
@@ -7,4 +7,8 @@ config SYS_CONFIG_NAME
        default "qemu-mips" if 32BIT
        default "qemu-mips64" if 64BIT
 
+config SYS_TEXT_BASE
+       default 0xbfc00000 if 32BIT
+       default 0xffffffffbfc00000 if 64BIT
+
 endif