From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 18 May 2016 10:29:57 -0600 Subject: [U-Boot] [PATCH v1 01/12] common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option In-Reply-To: <1463581128-22188-2-git-send-email-hs@denx.de> References: <1463581128-22188-1-git-send-email-hs@denx.de> <1463581128-22188-2-git-send-email-hs@denx.de> Message-ID: <573C9885.80401@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/18/2016 08:18 AM, Heiko Schocher wrote: > move CONFIG_BOOTDELAY into a Kconfig option. Used for this > purpose the moveconfig.py tool in tools. Acked-by: Stephen Warren