From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soeren Moch Date: Fri, 28 Aug 2015 15:05:32 +0200 Subject: [U-Boot] [PATCH 1/3] tbs2910: use full name in Kconfig board selection In-Reply-To: <1439492927-5434-1-git-send-email-smoch@web.de> References: <1439492927-5434-1-git-send-email-smoch@web.de> Message-ID: <55E05C9C.4090101@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/13/15 21:08, Soeren Moch wrote: > Signed-off-by: Soeren Moch > --- > Cc: Stefano Babic > --- > arch/arm/cpu/armv7/mx6/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig > index c43cea8..3fc7532 100644 > --- a/arch/arm/cpu/armv7/mx6/Kconfig > +++ b/arch/arm/cpu/armv7/mx6/Kconfig > @@ -129,7 +129,7 @@ config TARGET_SECOMX6 > bool "secomx6 boards" > > config TARGET_TBS2910 > - bool "tbs2910" > + bool "TBS2910 Matrix ARM mini PC" > select CPU_V7 > > config TARGET_TITANIUM Stefano, this patch series seems to be assigned to Tom in patchwork, but I think this should go through u-boot-imx. Can you pick up this series, please? Thanks, Soeren