From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 26 Apr 2016 13:01:09 +0200 Subject: [PATCH] ARM: debug: remove extraneous DEBUG_HI3716_UART option In-Reply-To: <571F2733.6070609@hisilicon.com> References: <1461590006-1395429-1-git-send-email-arnd@arndb.de> <571F2733.6070609@hisilicon.com> Message-ID: <5182022.a4Nr98h1hf@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 26 April 2016 09:30:43 Wei Xu wrote: > Hi Arnd, > > On 25/04/2016 14:13, Arnd Bergmann wrote: > > DEBUG_HI3716_UART was supposed to be renamed to DEBUG_HIX5HD2_UART, but > > accidentally both got left in place, which results in a build error when > > CONFIG_DEBUG_UART_PHYS is not set as it should be. > > > > This removes the old symbol. > > > > Signed-off-by: Arnd Bergmann > > Fixes: 12aae3097454 ("ARM: debug: Rename Hi3716 to HIX5HD2") > > --- > > arch/arm/Kconfig.debug | 8 -------- > > 1 file changed, 8 deletions(-) > > Thanks! > Fine to me. > Should I pick up it and send a pull request or > will you directly pick up it? I have put it into the next/cleanup branch now, and added your Acked-by: Wei Xu Thanks, Arnd