This is needed to distinguish between boards with lbc sdram
that require additional initialization and those that do not.

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

diff --git a/include/configs/stxgp3.h b/include/configs/stxgp3.h
index c2497ad..f4cd138 100644
--- a/include/configs/stxgp3.h
+++ b/include/configs/stxgp3.h
@@ -82,6 +82,9 @@
 #define CONFIG_SYS_LBC_SDRAM_BASE      0xf0000000      /* Localbus SDRAM */
 #define CONFIG_SYS_LBC_SDRAM_SIZE      256             /* LBC SDRAM is 64MB    
*/
 
+/* No sdram_init() required - some boards require additional setup */
+#define CONFIG_SYS_LBC_NO_SDRAM_INIT
+
 #define CONFIG_SYS_FLASH_BASE        0xff000000      /* start of FLASH 16M    
*/
 #define CONFIG_SYS_BR0_PRELIM        0xff001801      /* port size 32bit      */
 
-- 
1.6.0.6

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to