All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc/83xx: fix build failure
@ 2016-01-14 10:45 Shengzhou Liu
  2016-01-14 15:00 ` Bin Meng
  2016-01-20 21:01 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 7+ messages in thread
From: Shengzhou Liu @ 2016-01-14 10:45 UTC (permalink / raw)
  To: u-boot

Remove duplicated SDRAM_INTERVAL_BSTOPRE from mpc83xx.h,
which has been defined in fsl_ddr_sdram.h

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
 include/mpc83xx.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/mpc83xx.h b/include/mpc83xx.h
index a6d721a..b5a0bbf 100644
--- a/include/mpc83xx.h
+++ b/include/mpc83xx.h
@@ -1297,7 +1297,6 @@
  */
 #define SDRAM_INTERVAL_REFINT		0x3FFF0000
 #define SDRAM_INTERVAL_REFINT_SHIFT	16
-#define SDRAM_INTERVAL_BSTOPRE		0x00003FFF
 #define SDRAM_INTERVAL_BSTOPRE_SHIFT	0
 
 /*
-- 
2.1.0.27.g96db324

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-21  1:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-14 10:45 [U-Boot] [PATCH] powerpc/83xx: fix build failure Shengzhou Liu
2016-01-14 15:00 ` Bin Meng
2016-01-14 16:33   ` Tom Rini
2016-01-20 21:01 ` [U-Boot] " Tom Rini
2016-01-21  1:22   ` Bin Meng
2016-01-21  1:27     ` Tom Rini
2016-01-21  1:38       ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.