Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
[pandora-u-boot.git] / board / freescale / ls1021atwr / ls1021atwr.c
index 746b35a..fa87df7 100644 (file)
@@ -439,7 +439,7 @@ void board_init_f(ulong dummy)
         * in last boot.
         */
        if (is_warm_boot()) {
-               second_uboot = (void (*)(void))CONFIG_SYS_TEXT_BASE;
+               second_uboot = (void (*)(void))CONFIG_TEXT_BASE;
                second_uboot();
        }