[U-Boot] [PATCH v1 01/12] common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option
Viresh Kumar
viresh.kumar at linaro.org
Thu May 19 04:59:54 CEST 2016
Sorry, I had to drop the extremely long cc list, otherwise I wasn't
able to reply to this email. Mutt was rejecting it for some reason.
Any anyway, you should have put all those people in bcc rather.
On 18-05-16, 16:18, Heiko Schocher wrote:
> diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h
> index c4b6234..5e2e2b1 100644
> --- a/include/configs/spear-common.h
> +++ b/include/configs/spear-common.h
> @@ -106,9 +106,7 @@
> * Default Environment Varible definitions
> */
> #if defined(CONFIG_SPEAR_USBTTY)
> -#define CONFIG_BOOTDELAY -1
> #else
> -#define CONFIG_BOOTDELAY 1
> #endif
Doesn't this ifdef look strange now ? :)
--
viresh
More information about the U-Boot
mailing list