diff mbox

[U-Boot,1/2] powerpc/mpc8641hpcn: fix SRIO BAT config

Message ID 13176870521151-git-send-email-beckyb@kernel.crashing.org
State Accepted
Commit e3fd652087cd9633a0920667a3920ee757f948e7
Delegated to: Kumar Gala
Headers show

Commit Message

Becky Bruce Oct. 4, 2011, 12:10 a.m. UTC
There were duplicate (and conflicting) defines for the BATs used
to cover SRIO.  Drop the bogus set.

Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
---
 include/configs/MPC8641HPCN.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

Comments

Kumar Gala Oct. 7, 2011, 3:06 p.m. UTC | #1
On Oct 3, 2011, at 7:10 PM, Becky Bruce wrote:

> There were duplicate (and conflicting) defines for the BATs used
> to cover SRIO.  Drop the bogus set.
> 
> Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
> ---
> include/configs/MPC8641HPCN.h |    5 -----
> 1 files changed, 0 insertions(+), 5 deletions(-)

applied to 85xx

- k
diff mbox

Patch

diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h
index 0ddb76f..cd8e32c 100644
--- a/include/configs/MPC8641HPCN.h
+++ b/include/configs/MPC8641HPCN.h
@@ -515,11 +515,6 @@  extern unsigned long get_board_sys_clk(unsigned long dummy);
 				 | BATU_VS | BATU_VP)
 #define CONFIG_SYS_IBAT2L	(BAT_PHYS_ADDR(CONFIG_SYS_SRIO1_MEM_PHYS) \
 				 | BATL_PP_RW | BATL_CACHEINHIBIT)
-
-#define CONFIG_SYS_DBAT2L	(CONFIG_SYS_SRIO1_MEM_PHYS | BATL_PP_RW \
-			| BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
-#define CONFIG_SYS_DBAT2U	(CONFIG_SYS_SRIO1_MEM_PHYS | BATU_BL_512M | BATU_VS | BATU_VP)
-#define CONFIG_SYS_IBAT2L	(CONFIG_SYS_SRIO1_MEM_PHYS | BATL_PP_RW | BATL_CACHEINHIBIT)
 #define CONFIG_SYS_IBAT2U	CONFIG_SYS_DBAT2U
 #endif