diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-15 10:11:28 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-24 16:59:08 -0500 |
commit | bf7aac97262419e991e4187528f2113961fb6ecf (patch) | |
tree | 610a9df2c13188198e010d6a0682e5bf369012b3 /include | |
parent | 07344edde209b23b5372981b087e4cd38ff84140 (diff) |
powerpc: mpc512x: remove redundant CONFIG_MPC512X definition
We do not have to define CONFIG_MPC512X in board config headers
because it is defined in arch/powerpc/cpu/mpc512x/config.mk.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ac14xx.h | 1 | ||||
-rw-r--r-- | include/configs/aria.h | 1 | ||||
-rw-r--r-- | include/configs/mecp5123.h | 1 | ||||
-rw-r--r-- | include/configs/mpc5121ads.h | 1 | ||||
-rw-r--r-- | include/configs/pdm360ng.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h index d6cef888c6f..aa584b77680 100644 --- a/include/configs/ac14xx.h +++ b/include/configs/ac14xx.h @@ -27,7 +27,6 @@ * High Level Configuration Options */ #define CONFIG_E300 1 /* E300 Family */ -#define CONFIG_MPC512X 1 /* MPC512X family */ #define CONFIG_SYS_TEXT_BASE 0xFFF00000 diff --git a/include/configs/aria.h b/include/configs/aria.h index b8d955abd0b..c36cf33f070 100644 --- a/include/configs/aria.h +++ b/include/configs/aria.h @@ -31,7 +31,6 @@ * High Level Configuration Options */ #define CONFIG_E300 1 /* E300 Family */ -#define CONFIG_MPC512X 1 /* MPC512X family */ #define CONFIG_FSL_DIU_FB 1 /* FSL DIU */ #define CONFIG_SYS_TEXT_BASE 0xFFF00000 diff --git a/include/configs/mecp5123.h b/include/configs/mecp5123.h index d415ecdb5a2..6c19817f86a 100644 --- a/include/configs/mecp5123.h +++ b/include/configs/mecp5123.h @@ -29,7 +29,6 @@ * High Level Configuration Options */ #define CONFIG_E300 1 /* E300 Family */ -#define CONFIG_MPC512X 1 /* MPC512X family */ #define CONFIG_SYS_TEXT_BASE 0xFFF00000 diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h index 38337b4564e..7de245b33cb 100644 --- a/include/configs/mpc5121ads.h +++ b/include/configs/mpc5121ads.h @@ -29,7 +29,6 @@ * High Level Configuration Options */ #define CONFIG_E300 1 /* E300 Family */ -#define CONFIG_MPC512X 1 /* MPC512X family */ #define CONFIG_SYS_TEXT_BASE 0xFFF00000 diff --git a/include/configs/pdm360ng.h b/include/configs/pdm360ng.h index 2a54e5cea0d..553eb8f9672 100644 --- a/include/configs/pdm360ng.h +++ b/include/configs/pdm360ng.h @@ -30,7 +30,6 @@ * High Level Configuration Options */ #define CONFIG_E300 1 /* E300 Family */ -#define CONFIG_MPC512X 1 /* MPC512X family */ #define CONFIG_FSL_DIU_FB 1 /* FSL DIU */ #define CONFIG_SYS_TEXT_BASE 0xF0000000 |