From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Wed, 8 Jun 2016 11:52:53 +0300 Subject: [U-Boot] [PATCH v3 01/12] common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option In-Reply-To: <1465281085-10481-2-git-send-email-hs@denx.de> References: <1465281085-10481-1-git-send-email-hs@denx.de> <1465281085-10481-2-git-send-email-hs@denx.de> Message-ID: <5757DCE5.9090302@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heiko, On 06/07/2016 09:31 AM, Heiko Schocher wrote: > move CONFIG_BOOTDELAY into a Kconfig option. Used for this > purpose the moveconfig.py tool in tools. That's great! Finally, someone did this long long patch! It has been sitting in my queue for about a year... and I never had the time to rework it. > > Signed-off-by: Heiko Schocher > > Reviewed-by: Tom Rini Acked-by: Igor Grinberg Thanks! -- Regards, Igor.