diff options
author | Tom Rini <trini@konsulko.com> | 2015-12-10 16:46:01 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-13 21:05:20 -0500 |
commit | 7205442e621db54ea06c3bca2d793e1ae2214f9c (patch) | |
tree | 19bad8dbd0b01fb83fe5c24debfc3ddc956250bc /include | |
parent | 495c3a1e2242b2c52c8088c52768db5b53592e85 (diff) | |
download | u-boot-7205442e621db54ea06c3bca2d793e1ae2214f9c.tar.gz u-boot-7205442e621db54ea06c3bca2d793e1ae2214f9c.tar.bz2 u-boot-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')
-rw-r--r-- | include/configs/am335x_evm.h | 4 |
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 |