summaryrefslogtreecommitdiff
path: root/arch/arm/mach-octeontx2/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-octeontx2/cpu.c')
-rw-r--r--arch/arm/mach-octeontx2/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-octeontx2/cpu.c b/arch/arm/mach-octeontx2/cpu.c
index afa458c09b..723deef719 100644
--- a/arch/arm/mach-octeontx2/cpu.c
+++ b/arch/arm/mach-octeontx2/cpu.c
@@ -51,7 +51,7 @@ struct mm_region *mem_map = otx2_mem_map;
void mem_map_fill(void)
{
int banks = OTX2_MEM_MAP_USED;
- u32 dram_start = CONFIG_SYS_TEXT_BASE;
+ u32 dram_start = CONFIG_TEXT_BASE;
for (int i = 0; i < CONFIG_NR_DRAM_BANKS; i++) {
otx2_mem_map[banks].virt = dram_start;