From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Thu, 06 Nov 2014 14:56:05 +0100 Subject: [U-Boot] [PATCH] sunxi: move "select CPU_V7" to ARCH_SUNXI In-Reply-To: <1415241370-14735-1-git-send-email-yamada.m@jp.panasonic.com> References: <1415241370-14735-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <545B7DF5.2050507@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 11/06/2014 03:36 AM, Masahiro Yamada wrote: > CPU_V7 is select'ed by all the MACH_SUN*I. > > While we are here, let's delete the redundant "string" typedef > of SYS_CONFIG_NAME. > > Signed-off-by: Masahiro Yamada I deliberately put the CPU_V7 where it is because I think it is likely we will see V8 sunxi hardware in the future. Regards, Hans