common: Move hang() to the same header as panic()
[oweals/u-boot.git] / board / firefly / firefly-rk3288 / firefly-rk3288.c
index a3f784f0a3a0ef1232aa9cb041db3010a6190270..a2b0eb5a996c09b687cffc0fc413ac86085549b4 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <common.h>
+#include <hang.h>
 
 #ifdef CONFIG_SPL_BUILD
 static int setup_led(void)