commit | 2f7b89cb0667545c24012c005d71e4d3fff6cd7e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Mar 27 17:01:06 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 28 09:03:09 2015 -0400 |
tree | 78239f0265cd4c54f64d1d9a7c41aadb46eb5456 | |
parent | e19b6e01556d4b29b3c88b8f896eabf88e661c97 [diff] |
m68k: mcf52x2: move CPU type to Kconfig and refactor config.mk This commit intends to stop grepping CPU type in arch/m68k/cpu/mcf52x2/config.mk. Move the CPU type config options from include/configs/*.h to arch/m68k/Kconfig and refactor the CPU flags select in arch/m68k/cpu/mcf52x2/config.mk. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Alison Wang <alison.wang@freescale.com> Cc: Angelo Dureghello <angelo@sysam.it>