diff --git a/soc/runtime/rtiocrg.c b/soc/runtime/rtiocrg.c index 08cabd5b2..255f2a308 100644 --- a/soc/runtime/rtiocrg.c +++ b/soc/runtime/rtiocrg.c @@ -24,8 +24,11 @@ void rtiocrg_init(void) } else printf("WARNING: unknown startup_clock entry in flash storage\n"); - if(!rtiocrg_switch_clock(clk)) + if(!rtiocrg_switch_clock(clk)) { printf("WARNING: startup RTIO clock failed\n"); + printf("WARNING: this may cause the system initialization to fail\n"); + printf("WARNING: fix clocking and reset the device\n"); + } } int rtiocrg_check(void)