From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves
Date: Mon, 13 Jun 2016 06:45:55 +0200 [thread overview]
Message-ID: <575E3A83.9000108@denx.de> (raw)
In-Reply-To: <1465572021-13692-3-git-send-email-yamada.masahiro@socionext.com>
Hello Masahiro,
Am 10.06.2016 um 17:20 schrieb Masahiro Yamada:
> 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>
> ---
>
> include/configs/bfin_adi_common.h | 5 -----
> include/configs/mx6_common.h | 3 ---
> include/configs/mx7_common.h | 3 ---
> include/configs/omap3_cairo.h | 2 --
> 4 files changed, 13 deletions(-)
Thanks!
Reviewed-by: Heiko Schocher <hs@denx.de>
bye,
Heiko
>
> 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
> diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
> index 27f38f4..fb49322 100644
> --- a/include/configs/mx6_common.h
> +++ b/include/configs/mx6_common.h
> @@ -59,9 +59,6 @@
> #endif
> #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
>
> -#ifndef CONFIG_BOOTDELAY
> -#endif
> -
> /* allow to overwrite serial and ethaddr */
> #define CONFIG_ENV_OVERWRITE
> #define CONFIG_CONS_INDEX 1
> diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
> index 5e5656d..fbc6de6 100644
> --- a/include/configs/mx7_common.h
> +++ b/include/configs/mx7_common.h
> @@ -34,9 +34,6 @@
> #define CONFIG_LOADADDR 0x80800000
> #define CONFIG_SYS_TEXT_BASE 0x87800000
>
> -#ifndef CONFIG_BOOTDELAY
> -#endif
> -
> /* allow to overwrite serial and ethaddr */
> #define CONFIG_ENV_OVERWRITE
> #define CONFIG_CONS_INDEX 1
> diff --git a/include/configs/omap3_cairo.h b/include/configs/omap3_cairo.h
> index 96c3c4b..82e0d50 100644
> --- a/include/configs/omap3_cairo.h
> +++ b/include/configs/omap3_cairo.h
> @@ -73,8 +73,6 @@
> #define CONFIG_NAND_OMAP_GPMC
> #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */
> /* devices */
> -/* override default CONFIG_BOOTDELAY */
> -
> #define CONFIG_EXTRA_ENV_SETTINGS \
> "machid=ffffffff\0" \
> "fdt_high=0x87000000\0" \
>
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next prev parent reply other threads:[~2016-06-13 4:45 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-10 15:20 [U-Boot] [PATCH 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY Masahiro Yamada
2016-06-10 15:20 ` [U-Boot] [PATCH 1/5] ARM: stm32: remove unused CONFIG_AUTOBOOT Masahiro Yamada
2016-06-10 15:20 ` [U-Boot] [PATCH 2/5] autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves Masahiro Yamada
2016-06-13 4:45 ` Heiko Schocher [this message]
2016-06-10 15:20 ` [U-Boot] [PATCH 3/5] tools: fix define2mk.sed to not add quotes around negative integers Masahiro Yamada
2016-06-13 4:47 ` Heiko Schocher
2016-06-10 15:20 ` [U-Boot] [PATCH 4/5] autoboot: fix a bunch of misconversion of CONFIG_BOOTDELAY Masahiro Yamada
2016-06-10 15:28 ` Tom Rini
2016-06-10 15:34 ` Joe Hershberger
2016-06-10 15:37 ` Tom Rini
2016-06-10 15:37 ` Masahiro Yamada
2016-06-10 15:43 ` Tom Rini
2016-06-10 15:48 ` Masahiro Yamada
2016-06-10 18:41 ` Tom Rini
2016-06-10 15:20 ` [U-Boot] [PATCH 5/5] autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c Masahiro Yamada
2016-06-10 21:55 ` Soeren Moch
2016-06-10 22:19 ` Tom Rini
2016-06-10 22:38 ` Soeren Moch
2016-06-10 23:13 ` Tom Rini
2016-06-11 6:57 ` Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=575E3A83.9000108@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox