diff mbox

[U-Boot] powerpc: mpc5xx: remove redundant CONFIG_5xx definition

Message ID 1389748380-32072-1-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada Jan. 15, 2014, 1:13 a.m. UTC
We do not have to define CONFIG_5xx in a source file
because it is defined in arch/powerpc/cpu/mpc5xx/config.mk.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

 arch/powerpc/cpu/mpc5xx/start.S | 2 --
 1 file changed, 2 deletions(-)

Comments

Tom Rini Jan. 27, 2014, 2:55 p.m. UTC | #1
On Wed, Jan 15, 2014 at 10:13:00AM +0900, Masahiro Yamada wrote:

> We do not have to define CONFIG_5xx in a source file
> because it is defined in arch/powerpc/cpu/mpc5xx/config.mk.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/arch/powerpc/cpu/mpc5xx/start.S b/arch/powerpc/cpu/mpc5xx/start.S
index 22fb274..6b196de 100644
--- a/arch/powerpc/cpu/mpc5xx/start.S
+++ b/arch/powerpc/cpu/mpc5xx/start.S
@@ -19,8 +19,6 @@ 
 #include <mpc5xx.h>
 #include <version.h>
 
-#define CONFIG_5xx 1		/* needed for Linux kernel header files */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>