]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib_sparc/board.c
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / lib_sparc / board.c
index 3c57fcb16aba136f7a0167fbbdcb6aa926125770..9780bf26744fb45e4580628b256c879c5bd2b9e0 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,