summaryrefslogtreecommitdiff
path: root/include/configs/bfin_adi_common.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-11 18:44:09 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-13 07:46:29 +0900
commit3865b9ebe73eb6246ff2ab6ae7957f507eb539f7 (patch)
tree2008d692e444c99d951e1c5af242ec4284761002 /include/configs/bfin_adi_common.h
parent2c15534f6b5b2157b7c93b6d7c59e26989afb069 (diff)
downloadu-boot-imx-3865b9ebe73eb6246ff2ab6ae7957f507eb539f7.zip
u-boot-imx-3865b9ebe73eb6246ff2ab6ae7957f507eb539f7.tar.gz
u-boot-imx-3865b9ebe73eb6246ff2ab6ae7957f507eb539f7.tar.bz2
autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves
Tidy up garbage left by commit bb597c0eeb7e ("common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option"). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/bfin_adi_common.h')
-rw-r--r--include/configs/bfin_adi_common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h
index 1307607..502ddad 100644
--- a/include/configs/bfin_adi_common.h
+++ b/include/configs/bfin_adi_common.h
@@ -97,11 +97,6 @@
/*
* Env Settings
*/
-#ifndef CONFIG_BOOTDELAY
-# if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_UART)
-# else
-# endif
-#endif
#ifndef CONFIG_BOOTCOMMAND
# define CONFIG_BOOTCOMMAND "run ramboot"
#endif