board: stm32mp1: fix handling of DT OP-TEE reserved memory nodes
[oweals/u-boot.git] / lib / panic.c
index bae8a359354216e7b8117d4364af872ebdebbd61..58382ac4f4cc782c4d53e9d3ea8f9b6b57294309 100644 (file)
  */
 
 #include <common.h>
+#include <hang.h>
 #if !defined(CONFIG_PANIC_HANG)
 #include <command.h>
 #endif
+#include <linux/delay.h>
 
 static void panic_finish(void) __attribute__ ((noreturn));