]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/mpc8641hpcn: fix SRIO BAT config
authorBecky Bruce <beckyb@kernel.crashing.org>
Tue, 4 Oct 2011 00:10:50 +0000 (19:10 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Sun, 9 Oct 2011 22:57:53 +0000 (17:57 -0500)
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>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/configs/MPC8641HPCN.h

index 2bd67c3e1155d9f7145b9b045c8b89a9f3cf3748..84d95bb7c697b5669276863e962f95fce354e29a 100644 (file)
@@ -510,11 +510,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