diff options
| author | Tom Rini <[email protected]> | 2017-01-10 17:22:06 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-01-14 12:18:08 -0500 |
| commit | d5324e2fb689a7e7ee67c8e63552a949985a017e (patch) | |
| tree | fb2b45486b4818b8e60d1eb59fefd95ecbd5970c /configs | |
| parent | c63d270d153ec39b9d9b4bd3dd574404a0186b5f (diff) | |
omap3_igep00x0: Rework MACH_TYPE and status LED logic slightly
The MACH_TYPE for IGEP0032 was never officially used and has been
removed from upstream, so we must not use it. In order to remove this
we need to rework the status LED logic.
Cc: Enric Balletbo i Serra <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Enric Balletbo i Serra <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/igep0032_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/igep0032_defconfig b/configs/igep0032_defconfig index b18ce4cf129..1318e5b2d07 100644 --- a/configs/igep0032_defconfig +++ b/configs/igep0032_defconfig @@ -3,7 +3,6 @@ CONFIG_OMAP34XX=y # CONFIG_SPL_EXT_SUPPORT is not set CONFIG_TARGET_OMAP3_IGEP00X0=y CONFIG_DISTRO_DEFAULTS=y -CONFIG_SYS_EXTRA_OPTIONS="MACH_TYPE=MACH_TYPE_IGEP0032" CONFIG_BOOTDELAY=3 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_INFO_QUIET=y |
