riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL
[oweals/u-boot.git] / common / main.c
index ec8994ad457b9393afec16a7514cd74186a6226a..06d7ff56d60c33cf4a31a02c5fa02ee34f75534b 100644 (file)
 #include <init.h>
 #include <version.h>
 
-/*
- * Board-specific Platform code can reimplement show_boot_progress () if needed
- */
-__weak void show_boot_progress(int val) {}
-
 static void run_preboot_environment_command(void)
 {
        char *p;