diff mbox

[U-Boot,14/15] poweprc/83xx/km: remove uneeded CONFIG_MISC_INIT_R

Message ID 1358426881-24117-15-git-send-email-holger.brunck@keymile.com
State Superseded
Delegated to: Kim Phillips
Headers show

Commit Message

Holger Brunck Jan. 17, 2013, 12:48 p.m. UTC
Remove it from the processor specific headers. This is
already defined in the common header km83xx.h.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
---
 include/configs/km/km8309-common.h |    2 --
 include/configs/km/km8321-common.h |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
diff mbox

Patch

diff --git a/include/configs/km/km8309-common.h b/include/configs/km/km8309-common.h
index 7bd1e92..7f9cffa 100644
--- a/include/configs/km/km8309-common.h
+++ b/include/configs/km/km8309-common.h
@@ -33,8 +33,6 @@ 
 /* at end of uboot partition, before env */
 #define CONFIG_SYS_QE_FMAN_FW_ADDR   0xF00B0000
 
-#define CONFIG_MISC_INIT_R
-
 /*
  * System IO Config
  */
diff --git a/include/configs/km/km8321-common.h b/include/configs/km/km8321-common.h
index 8ad6fc3..abb9081 100644
--- a/include/configs/km/km8321-common.h
+++ b/include/configs/km/km8321-common.h
@@ -38,8 +38,6 @@ 
 /* include common defines/options for all 83xx Keymile boards */
 #include "km83xx-common.h"
 
-#define CONFIG_MISC_INIT_R
-
 /*
  * System IO Config
  */