From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sat, 21 Nov 2015 08:24:26 +0800 Subject: [U-Boot] [PATCH v3 12/13] ns16550: move CONFIG_SYS_NS16550 to Kconfig In-Reply-To: References: <1447684616-10297-1-git-send-email-thomas@wytron.com.tw> <1447940895-7763-1-git-send-email-thomas@wytron.com.tw> <1447940895-7763-13-git-send-email-thomas@wytron.com.tw> Message-ID: <564FB9BA.4010503@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 2015?11?21? 01:18, Simon Glass wrote: > Hi, > > On 19 November 2015 at 06:48, Thomas Chou wrote: >> Move CONFIG_SYS_NS16550 to Kconfig, and run moveconfig.py. >> >> Signed-off-by: Thomas Chou >> --- >> arch/arm/include/asm/arch-lpc32xx/config.h | 1 - > [snip] >> include/configs/xpedite550x.h | 1 - >> 768 files changed, 672 insertions(+), 155 deletions(-) > > What happened to this patch for v3? It does not seem to apply for me. The configs/ files changed after Tom applied the "move cmd_gpio to Kconfig" patch to u-boot/master. The series v3 is rebased to u-boot/master after that patch. Please try v2 of this patch, or let Tom pick up this series. Best regards, Thomas