diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2016-01-21 11:35:58 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-25 10:40:02 -0500 |
commit | a994d8396fbf2155fd13991ecc97927e0f65ab56 (patch) | |
tree | 645b67af4bc77d56b73cf8047a2bec976397a7bb /include/configs | |
parent | 81b0b0d93bfe84623f74b49cedaf23f3013b7dfc (diff) |
igep00x0: remove #undef CONFIG_BOOTDELAY
Do not undefine CONFIG_BOOTDELAY, so board can boot without user
intervention.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_igep00x0.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 5da6cfd6f5..5e33845da0 100644 --- a/include/configs/omap3_igep00x0.h +++ b/include/configs/omap3_igep00x0.h @@ -19,8 +19,6 @@ #include <configs/ti_omap3_common.h> #include <asm/mach-types.h> -#undef CONFIG_BOOTDELAY - /* * Display CPU and Board information */ |