diff options
| author | Masahiro Yamada <[email protected]> | 2015-03-27 17:01:09 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-03-28 09:03:09 -0400 |
| commit | 7f8ebbf0956818c06be6e28e1c869a1240a3110c (patch) | |
| tree | 678c16bd5d79863bec1538e346c89e62574a0c8e /include | |
| parent | c155ab74f78794979944e5a49d87776cc460c6c9 (diff) | |
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 <[email protected]>
Cc: Alison Wang <[email protected]>
Cc: Angelo Dureghello <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/M54418TWR.h | 2 | ||||
| -rw-r--r-- | include/configs/M54451EVB.h | 2 | ||||
| -rw-r--r-- | include/configs/M54455EVB.h | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/M54418TWR.h b/include/configs/M54418TWR.h index 3d7dc1fb2dd..be1750f6278 100644 --- a/include/configs/M54418TWR.h +++ b/include/configs/M54418TWR.h @@ -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 diff --git a/include/configs/M54451EVB.h b/include/configs/M54451EVB.h index 734a77fb4ff..1b3598a092c 100644 --- a/include/configs/M54451EVB.h +++ b/include/configs/M54451EVB.h @@ -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 diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h index 2faf58156d8..2288bff56d4 100644 --- a/include/configs/M54455EVB.h +++ b/include/configs/M54455EVB.h @@ -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 |
