]> git.sur5r.net Git - u-boot/blobdiff - board/isee/igep00x0/igep00x0.h
OMAP3: igep00x0: add boot status GPIO LED
[u-boot] / board / isee / igep00x0 / igep00x0.h
index 6d538db9485d08b50ef9a21133a3bf2f5a1e8fe3..3a8433517d37d3fcdce84a6ff74a90c6259aa923 100644 (file)
 #ifndef _IGEP00X0_H_
 #define _IGEP00X0_H_
 
+#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020)
+#define IGEP00X0_GPIO_LED 27
+#endif
+
+#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0030)
+#define IGEP00X0_GPIO_LED 16
+#endif
+
 const omap3_sysinfo sysinfo = {
        DDR_STACKED,
 #if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020)