Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
[pandora-u-boot.git] / board / sifive / unleashed / Kconfig
index b3b4342..5d842c3 100644 (file)
@@ -12,7 +12,7 @@ config SYS_CPU
 config SYS_CONFIG_NAME
        default "sifive-unleashed"
 
-config SYS_TEXT_BASE
+config TEXT_BASE
        default 0x80200000 if SPL
        default 0x80000000 if !RISCV_SMODE
        default 0x80200000 if RISCV_SMODE