rename CFG_ENV macros to CONFIG_ENV
[pandora-u-boot.git] / lib_sparc / board.c
index 3c57fcb..9780bf2 100644 (file)
@@ -267,7 +267,7 @@ void board_init_f(ulong bootflag)
         */
 #ifdef DEBUG_MEM_LAYOUT
        printf("CFG_MONITOR_BASE:       0x%lx\n", CFG_MONITOR_BASE);
-       printf("CFG_ENV_ADDR:           0x%lx\n", CFG_ENV_ADDR);
+       printf("CONFIG_ENV_ADDR:           0x%lx\n", CONFIG_ENV_ADDR);
        printf("CFG_RELOC_MONITOR_BASE: 0x%lx (%d)\n", CFG_RELOC_MONITOR_BASE,
               CFG_MONITOR_LEN);
        printf("CFG_MALLOC_BASE:        0x%lx (%d)\n", CFG_MALLOC_BASE,