Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m68k: mcf530x: move CPU type to Kconfig and refactor config.mk | Masahiro Yamada | 2015-03-28 | 1 | -3/+0 |
| | | | | | | | | | | | | | This commit intends to stop grepping CPU type in arch/m68k/cpu/mcf530x/config.mk. Move the CPU type config options from include/configs/amcore.h to arch/m68k/Kconfig and refactor the CPU flags select in arch/m68k/cpu/mcf530x/config.mk. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Alison Wang <alison.wang@freescale.com> Cc: Angelo Dureghello <angelo@sysam.it> | ||||
* | generic-board: select SYS_GENERIC_BOARD for some architectures | Masahiro Yamada | 2015-03-28 | 1 | -2/+0 |
| | | | | | | | | | | | | 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@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alexey Brodkin <abrodkin@synopsys.com> | ||||
* | m68k: add amcore board support | angelo@sysam.it | 2015-03-05 | 1 | -0/+140 |
Add Sysam Amcore m68k-based board support. Signed-off-by: Angelo Dureghello <angelo@sysam.it> |