common: Move hang() to the same header as panic()
[oweals/u-boot.git] / board / gateworks / gw_ventana / gw_ventana_spl.c
index 6886ff9b33baf4e25b216e6946dbb4edd5a47d19..80fec5f9cf3ef22b9aaf4df85c04b1233a4ac21e 100644 (file)
@@ -6,6 +6,7 @@
 
 #include <common.h>
 #include <env.h>
+#include <hang.h>
 #include <asm/io.h>
 #include <asm/arch/crm_regs.h>
 #include <asm/arch/mx6-ddr.h>
@@ -15,7 +16,6 @@
 #include <asm/mach-imx/iomux-v3.h>
 #include <asm/mach-imx/mxc_i2c.h>
 #include <env.h>
-#include <environment.h>
 #include <i2c.h>
 #include <spl.h>