mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 05:51:17 +02:00
m68k: mcf5445x: move CPU type to Kconfig and refactor config.mk
This commit intends to stop grepping CPU type in arch/m68k/cpu/mcf5445x/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/mcf5445x/config.mk. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Alison Wang <alison.wang@freescale.com> Cc: Angelo Dureghello <angelo@sysam.it>
This commit is contained in:
committed by
Tom Rini
parent
c155ab74f7
commit
7f8ebbf095
@@ -18,8 +18,6 @@
|
||||
* High Level Configuration Options
|
||||
* (easy to change)
|
||||
*/
|
||||
#define CONFIG_MCF5441x /* define processor family */
|
||||
#define CONFIG_M54418 /* define processor type */
|
||||
#define CONFIG_M54418TWR /* M54418TWR board */
|
||||
|
||||
#define CONFIG_MCFUART
|
||||
|
@@ -18,8 +18,6 @@
|
||||
* High Level Configuration Options
|
||||
* (easy to change)
|
||||
*/
|
||||
#define CONFIG_MCF5445x /* define processor family */
|
||||
#define CONFIG_M54451 /* define processor type */
|
||||
#define CONFIG_M54451EVB /* M54451EVB board */
|
||||
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
|
@@ -18,8 +18,6 @@
|
||||
* High Level Configuration Options
|
||||
* (easy to change)
|
||||
*/
|
||||
#define CONFIG_MCF5445x /* define processor family */
|
||||
#define CONFIG_M54455 /* define processor type */
|
||||
#define CONFIG_M54455EVB /* M54455EVB board */
|
||||
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
|
Reference in New Issue
Block a user