]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/scb9328/scb9328.c
bootstage: Replace show_boot_progress/error() with bootstage_...()
[karo-tx-uboot.git] / board / scb9328 / scb9328.c
index 2e31e8c7b35fd6e6221a69834be4445c1c49f936..1ec20441c9906cf5fcb4539e62109c4e141f5596 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#ifdef CONFIG_SHOW_BOOT_PROGRESS
-# define SHOW_BOOT_PROGRESS(arg)        show_boot_progress(arg)
-#else
-# define SHOW_BOOT_PROGRESS(arg)
-#endif
-
 int board_init (void)
 {
        gd->bd->bi_arch_number = MACH_TYPE_SCB9328;
@@ -40,7 +34,7 @@ int board_init (void)
 int dram_init (void)
 {
        /* dram_init must store complete ramsize in gd->ram_size */
-       gd->ram_size = get_ram_size((volatile void *)SCB9328_SDRAM_1,
+       gd->ram_size = get_ram_size((void *)SCB9328_SDRAM_1,
                                    SCB9328_SDRAM_1_SIZE);
 
        return 0;