u-boot/arch/riscv
Chanho Park 9bcf9e49a2 riscv: bootstage: correct bootstage_report guard
Below warning can be occurred when CONFIG_BOOTSTAGE and
!CONFIG_SPL_BOOTSTAGE. It should be guarded by using CONFIG_IS_ENABLED
for SPL build.

arch/riscv/lib/bootm.c:46:9: warning: implicit declaration of
function 'bootstage_report'
   46 |         bootstage_report();
      |         ^~~~~~~~~~~~~~~~
      |         bootstage_error

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2023-10-04 17:55:17 +08:00
..
cpu Merge branch 'next' 2023-10-02 10:55:44 -04:00
dts Merge branch 'next' 2023-10-02 10:55:44 -04:00
include/asm Merge branch 'next' 2023-10-02 10:55:44 -04:00
lib riscv: bootstage: correct bootstage_report guard 2023-10-04 17:55:17 +08:00
config.mk riscv: Support CONFIG_REMAKE_ELF 2023-04-20 20:45:08 +08:00
Kconfig riscv: set fdtfile on VisionFive 2 2023-09-26 10:43:02 +08:00
Makefile riscv: support building double-float modules 2022-10-20 15:22:21 +08:00