From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Tue, 24 Mar 2015 08:25:44 +0000 Subject: [U-Boot] [PATCH v3 2/7] generic-board: select SYS_GENERIC_BOARD for some architectures In-Reply-To: References: <1426761779-14507-1-git-send-email-yamada.masahiro@socionext.com> <1426761779-14507-3-git-send-email-yamada.masahiro@socionext.com> Message-ID: <1427185544.13499.2.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2015-03-23 at 15:33 -0600, Simon Glass wrote: > On 19 March 2015 at 04:42, Masahiro Yamada > wrote: > > We have done with the generic board conversion for all the boards > > of ARC, Blackfin, M68000, MicroBlaze, MIPS, NIOS2, Sandbox, X86. > > > > Let's select SYS_GENERIC_BOARD for those architectures, so we can > > tell which architecture has finished the conversion at a glance. > > > > Signed-off-by: Masahiro Yamada > > --- > > > > Changes in v2: None > > > > arch/Kconfig | 12 ++++++++++++ > > arch/arc/include/asm/config.h | 1 - > > arch/blackfin/include/asm/config.h | 1 - > > arch/m68k/include/asm/config.h | 1 - > > arch/microblaze/include/asm/config.h | 1 - > > arch/nios2/include/asm/config.h | 1 - > > arch/sandbox/config.mk | 2 +- > > arch/x86/include/asm/config.h | 1 - > > include/configs/amcore.h | 2 -- > > include/configs/dbau1x00.h | 1 - > > include/configs/malta.h | 1 - > > include/configs/pb1x00.h | 1 - > > include/configs/qemu-mips.h | 1 - > > include/configs/qemu-mips64.h | 1 - > > include/configs/vct.h | 1 - > > 15 files changed, 13 insertions(+), 15 deletions(-) > > Reviewed-by: Simon Glass Reviewed-by: Alexey Brodkin