summaryrefslogtreecommitdiffstats
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-12-10 16:46:01 -0500
committerTom Rini <trini@konsulko.com>2016-01-13 21:05:20 -0500
commit7205442e621db54ea06c3bca2d793e1ae2214f9c (patch)
tree19bad8dbd0b01fb83fe5c24debfc3ddc956250bc /include/configs/am335x_evm.h
parent495c3a1e2242b2c52c8088c52768db5b53592e85 (diff)
downloadtalos-obmc-uboot-7205442e621db54ea06c3bca2d793e1ae2214f9c.tar.gz
talos-obmc-uboot-7205442e621db54ea06c3bca2d793e1ae2214f9c.zip
am335x_evm.h: unsed CONFIG_BOOTDELAY
Now that ti_armv7_common.h uses config_distro_defaults.h we don't need to include it again and then undef CONFIG_BOOTDELAY Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index c51db8c5c3..cf6a6063b5 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -18,10 +18,6 @@
#include <configs/ti_am335x_common.h>
-/* Don't override the distro default bootdelay */
-#undef CONFIG_BOOTDELAY
-#include <config_distro_defaults.h>
-
#ifndef CONFIG_SPL_BUILD
#ifndef CONFIG_FIT
# define CONFIG_FIT
OpenPOWER on IntegriCloud