Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m68k: merge per-CPU config.mk into arch/m68k/Makefile | Masahiro Yamada | 2015-03-28 | 1 | -9/+0 |
| | | | | | | | | Collect CPU specific flags into the single place. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Alison Wang <alison.wang@freescale.com> Cc: Angelo Dureghello <angelo@sysam.it> | ||||
* | m68k: mcf530x: move CPU type to Kconfig and refactor config.mk | Masahiro Yamada | 2015-03-28 | 1 | -5/+2 |
| | | | | | | | | | | | | | 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> | ||||
* | m68k: add mcf5307 cpu support | angelo@sysam.it | 2015-03-05 | 7 | -0/+526 |
Add Freescale MCF5307 cpu support. Signed-off-by: Angelo Dureghello <angelo@sysam.it> |