]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sh/lib/board.c
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[karo-tx-uboot.git] / arch / sh / lib / board.c
index c97e20c3e1cfc3f3a7cc2506835c59e3071c5562..a302fc2e65808c858817c288aa0f7c463c682546 100644 (file)
@@ -89,7 +89,7 @@ static int sh_pci_init(void)
 
 static int sh_mem_env_init(void)
 {
-       mem_malloc_init(TEXT_BASE - CONFIG_SYS_GBL_DATA_SIZE -
+       mem_malloc_init(CONFIG_SYS_TEXT_BASE - CONFIG_SYS_GBL_DATA_SIZE -
                        CONFIG_SYS_MALLOC_LEN, CONFIG_SYS_MALLOC_LEN - 16);
        env_relocate();
        jumptable_init();