All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/2] mx6q: Factor out common DDR3 init code
@ 2012-09-13 13:18 Fabio Estevam
  2012-09-13 13:18 ` [U-Boot] [PATCH v2 2/2] mx6: Add basic support for mx6qsabresd board Fabio Estevam
  2012-09-17 11:12 ` [U-Boot] [PATCH v2 1/2] mx6q: Factor out common DDR3 init code Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2012-09-13 13:18 UTC (permalink / raw)
  To: u-boot

Factor out common DDR3 initialization code, allowing easier maintainance of such 
scripts.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Changes since v1:
- Do not change mx6qarm2 ddr init script as it has different DDR density
- Put a more descriptive name in the board init (4 banks of mt41j128 DDR3).

 .../imximage.cfg => imx/ddr/mx6q_4x_mt41j128.cfg}  |    0
 boards.cfg                                         |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename board/freescale/{mx6qsabrelite/imximage.cfg => imx/ddr/mx6q_4x_mt41j128.cfg} (100%)

diff --git a/board/freescale/mx6qsabrelite/imximage.cfg b/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
similarity index 100%
rename from board/freescale/mx6qsabrelite/imximage.cfg
rename to board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
diff --git a/boards.cfg b/boards.cfg
index 72e7803..c6b1dec 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -231,7 +231,7 @@ mx53smd                      arm         armv7       mx53smd             freesca
 ima3-mx53                    arm         armv7       ima3-mx53           esg            mx5		ima3-mx53:IMX_CONFIG=board/esg/ima3-mx53/imximage.cfg
 vision2                      arm         armv7       vision2             ttcontrol      mx5		vision2:IMX_CONFIG=board/ttcontrol/vision2/imximage_hynix.cfg
 mx6qarm2                     arm         armv7       mx6qarm2            freescale      mx6		mx6qarm2:IMX_CONFIG=board/freescale/mx6qarm2/imximage.cfg
-mx6qsabrelite                arm         armv7       mx6qsabrelite       freescale      mx6		mx6qsabrelite:IMX_CONFIG=board/freescale/mx6qsabrelite/imximage.cfg
+mx6qsabrelite                arm         armv7       mx6qsabrelite       freescale      mx6		mx6qsabrelite:IMX_CONFIG=board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
 cm_t35                       arm         armv7       cm_t35              -              omap3
 omap3_overo                  arm         armv7       overo               -              omap3
 omap3_pandora                arm         armv7       pandora             -              omap3
-- 
1.7.9.5

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

end of thread, other threads:[~2012-09-17 11:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13 13:18 [U-Boot] [PATCH v2 1/2] mx6q: Factor out common DDR3 init code Fabio Estevam
2012-09-13 13:18 ` [U-Boot] [PATCH v2 2/2] mx6: Add basic support for mx6qsabresd board Fabio Estevam
2012-09-17 11:12 ` [U-Boot] [PATCH v2 1/2] mx6q: Factor out common DDR3 init code Stefano Babic

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.