[U-Boot] [PATCH v3 2/7] generic-board: select SYS_GENERIC_BOARD for some architectures
Simon Glass
sjg at chromium.org
Mon Mar 23 22:33:18 CET 2015
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>
More information about the U-Boot
mailing list