]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/scb9328/scb9328.c
bootstage: Replace show_boot_progress/error() with bootstage_...()
[people/ms/u-boot.git] / board / scb9328 / scb9328.c
index 076c046ced3e712737b110640f278998f37f6599..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;