diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-16 11:03:07 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-24 16:59:21 -0500 |
commit | b2a6dfe4f8d263b9aa45929f1a40cd1143775a81 (patch) | |
tree | 44b295659258c9fc0cbbed88672716a05e16a33c /arch/powerpc | |
parent | bc0009ebc639d33e15b38b55204cd1532cd5a6c0 (diff) | |
download | u-boot-b2a6dfe4f8d263b9aa45929f1a40cd1143775a81.tar.gz |
powerpc: mpc5xxx: remove redundant CONFIG_MPC5xxx definition
We do not have to define CONFIG_MPC5xxx in board config headers
(and start.S) because it is defined in arch/powerpc/cpu/mpc5xxx/config.mk.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/cpu/mpc5xxx/start.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc5xxx/start.S b/arch/powerpc/cpu/mpc5xxx/start.S index 84ab41e931..02c706ec63 100644 --- a/arch/powerpc/cpu/mpc5xxx/start.S +++ b/arch/powerpc/cpu/mpc5xxx/start.S @@ -14,8 +14,6 @@ #include <mpc5xxx.h> #include <version.h> -#define CONFIG_MPC5xxx 1 /* needed for Linux kernel header files */ - #include <ppc_asm.tmpl> #include <ppc_defs.h> |