From 755324c432f62306487786f89efce96398291a03 Mon Sep 17 00:00:00 2001 From: "Matwey V. Kornilov" Date: Thu, 29 Oct 2015 21:54:15 +0300 Subject: configs: Use config_distro_defaults.h in ti_armv7_common.h CONFIG_BOOTDELAY is defined in config_distro_defaults.h Signed-off-by: Matwey V. Kornilov [trini: Drop omap3_logic.h settings which were a warning and no longer correct usage]. Signed-off-by: Tom Rini --- include/configs/ti_armv7_common.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'include/configs/ti_armv7_common.h') diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 32bb805f78..7810dd6c30 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -66,11 +66,6 @@ "root=PARTUUID=${uuid} rw " \ "rootfstype=${mmcrootfstype}\0" -/* - * Default to a quick boot delay. - */ -#define CONFIG_BOOTDELAY 1 - /* * DDR information. If the CONFIG_NR_DRAM_BANKS is not defined, * we say (for simplicity) that we have 1 bank, always, even when @@ -288,4 +283,6 @@ #define NETARGS "" #endif +#include + #endif /* __CONFIG_TI_ARMV7_COMMON_H__ */ -- cgit v1.2.3