projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf7aac9
)
powerpc: mpc5xx: remove redundant CONFIG_5xx definition
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Wed, 15 Jan 2014 01:13:00 +0000
(10:13 +0900)
committer
Tom Rini
<trini@ti.com>
Fri, 24 Jan 2014 21:59:08 +0000
(16:59 -0500)
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
patch
|
blob
|
history
diff --git
a/arch/powerpc/cpu/mpc5xx/start.S
b/arch/powerpc/cpu/mpc5xx/start.S
index 22fb27418db6b9b49965a6e4ea0768d49403e798..6b196de355a5f7ad6b0f86d9b9f131a5cb31f439 100644
(file)
--- 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>