summaryrefslogtreecommitdiffstats
path: root/board/isee/igep00x0/igep00x0.h
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>2015-01-28 15:01:32 +0100
committerTom Rini <trini@ti.com>2015-01-29 12:00:50 -0500
commitf3b4bc458de3285a04c5f60df6372ad5ca79fa60 (patch)
tree9f7a59b994189bb82772eca3175600d8df0626a1 /board/isee/igep00x0/igep00x0.h
parent212324a9d4f505255349bc50b34ec9f912db78d3 (diff)
downloadtalos-obmc-uboot-f3b4bc458de3285a04c5f60df6372ad5ca79fa60.tar.gz
talos-obmc-uboot-f3b4bc458de3285a04c5f60df6372ad5ca79fa60.zip
OMAP3: igep00x0: Fix boot hang and add support for status LED.
Use the STATUS_LED APIs for indicating a boot progress instead of show_boot_progress. This patch also fixes a problem introduced with commit b3f4ca1135 (dm: omap3: Move to driver model for GPIO and serial). After that commit the board doesn't boot. Looks like the problem is the gpio_request call inside the function show_boot_progress. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Diffstat (limited to 'board/isee/igep00x0/igep00x0.h')
-rw-r--r--board/isee/igep00x0/igep00x0.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/isee/igep00x0/igep00x0.h b/board/isee/igep00x0/igep00x0.h
index 181f81f2a1..3c7ff9b148 100644
--- a/board/isee/igep00x0/igep00x0.h
+++ b/board/isee/igep00x0/igep00x0.h
@@ -7,14 +7,6 @@
#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)
OpenPOWER on IntegriCloud