[U-Boot] [PATCH v3 2/7] generic-board: select SYS_GENERIC_BOARD for some architectures
Alexey Brodkin
Alexey.Brodkin at synopsys.com
Tue Mar 24 09:25:44 CET 2015
On Mon, 2015-03-23 at 15:33 -0600, Simon Glass wrote:
> On 19 March 2015 at 04:42, Masahiro Yamada
> <yamada.masahiro at socionext.com> 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 <yamada.masahiro at socionext.com>
> > ---
> >
> > 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 <sjg at chromium.org>
Reviewed-by: Alexey Brodkin <abrodkin at synopsys.com>
More information about the U-Boot
mailing list