public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3] imx: ddr: Move mx6q_4x_mt41j128.cfg to mx6sabresd board
@ 2014-09-15 13:56 nitin.garg at freescale.com
  2014-09-16 10:49 ` Stefano Babic
  2014-09-22 14:11 ` Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: nitin.garg at freescale.com @ 2014-09-15 13:56 UTC (permalink / raw)
  To: u-boot

From: Nitin Garg <nitin.garg@freescale.com>

Provide cgtqmx6eval board its own variant of ddr
setup config file. Move board/freescale/imx/ddr/
mx6q_4x_mt41j128.cfg to board/freescale/mx6sabresd/
as this is was designed for the mx6sabresd board.

Signed-off-by: Nitin Garg <nitin.garg@freescale.com>

---
Series-changes: 3
-Provide cgtqmx6eval board its own variant of ddr config.

Series-changes: 2
-Use git diff renames to track file move.
-Reword commit log.

 .../cgtqmx6eval/imximage.cfg}                      |    0
 .../{imx/ddr => mx6sabresd}/mx6q_4x_mt41j128.cfg   |    0
 configs/cgtqmx6qeval_defconfig                     |    2 +-
 configs/mx6qsabresd_defconfig                      |    2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)
 copy board/{freescale/imx/ddr/mx6q_4x_mt41j128.cfg => congatec/cgtqmx6eval/imximage.cfg} (100%)
 rename board/freescale/{imx/ddr => mx6sabresd}/mx6q_4x_mt41j128.cfg (100%)

diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg b/board/congatec/cgtqmx6eval/imximage.cfg
similarity index 100%
copy from board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
copy to board/congatec/cgtqmx6eval/imximage.cfg
diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg b/board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg
similarity index 100%
rename from board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
rename to board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg
diff --git a/configs/cgtqmx6qeval_defconfig b/configs/cgtqmx6qeval_defconfig
index 6699381..4eba4be 100644
--- a/configs/cgtqmx6qeval_defconfig
+++ b/configs/cgtqmx6qeval_defconfig
@@ -1,3 +1,3 @@
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg,MX6Q"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/congatec/cgtqmx6eval/imximage.cfg,MX6Q"
 CONFIG_ARM=y
 CONFIG_TARGET_CGTQMX6EVAL=y
diff --git a/configs/mx6qsabresd_defconfig b/configs/mx6qsabresd_defconfig
index dc8e254..67c1b77 100644
--- a/configs/mx6qsabresd_defconfig
+++ b/configs/mx6qsabresd_defconfig
@@ -1,3 +1,3 @@
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg,MX6Q"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg,MX6Q"
 CONFIG_ARM=y
 CONFIG_TARGET_MX6SABRESD=y
-- 
1.7.9.5

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

* [U-Boot] [PATCH v3] imx: ddr: Move mx6q_4x_mt41j128.cfg to mx6sabresd board
  2014-09-15 13:56 [U-Boot] [PATCH v3] imx: ddr: Move mx6q_4x_mt41j128.cfg to mx6sabresd board nitin.garg at freescale.com
@ 2014-09-16 10:49 ` Stefano Babic
  2014-09-22 14:11 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2014-09-16 10:49 UTC (permalink / raw)
  To: u-boot

On 15/09/2014 15:56, nitin.garg at freescale.com wrote:
> From: Nitin Garg <nitin.garg@freescale.com>
> 
> Provide cgtqmx6eval board its own variant of ddr
> setup config file. Move board/freescale/imx/ddr/
> mx6q_4x_mt41j128.cfg to board/freescale/mx6sabresd/
> as this is was designed for the mx6sabresd board.
> 
> Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
> 
> ---
> Series-changes: 3
> -Provide cgtqmx6eval board its own variant of ddr config.
> 
> Series-changes: 2
> -Use git diff renames to track file move.
> -Reword commit log.
> 
>  .../cgtqmx6eval/imximage.cfg}                      |    0
>  .../{imx/ddr => mx6sabresd}/mx6q_4x_mt41j128.cfg   |    0
>  configs/cgtqmx6qeval_defconfig                     |    2 +-
>  configs/mx6qsabresd_defconfig                      |    2 +-
>  4 files changed, 2 insertions(+), 2 deletions(-)
>  copy board/{freescale/imx/ddr/mx6q_4x_mt41j128.cfg => congatec/cgtqmx6eval/imximage.cfg} (100%)
>  rename board/freescale/{imx/ddr => mx6sabresd}/mx6q_4x_mt41j128.cfg (100%)
> 
> diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg b/board/congatec/cgtqmx6eval/imximage.cfg
> similarity index 100%
> copy from board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
> copy to board/congatec/cgtqmx6eval/imximage.cfg
> diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg b/board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg
> similarity index 100%
> rename from board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
> rename to board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg
> diff --git a/configs/cgtqmx6qeval_defconfig b/configs/cgtqmx6qeval_defconfig
> index 6699381..4eba4be 100644
> --- a/configs/cgtqmx6qeval_defconfig
> +++ b/configs/cgtqmx6qeval_defconfig
> @@ -1,3 +1,3 @@
> -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg,MX6Q"
> +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/congatec/cgtqmx6eval/imximage.cfg,MX6Q"
>  CONFIG_ARM=y
>  CONFIG_TARGET_CGTQMX6EVAL=y
> diff --git a/configs/mx6qsabresd_defconfig b/configs/mx6qsabresd_defconfig
> index dc8e254..67c1b77 100644
> --- a/configs/mx6qsabresd_defconfig
> +++ b/configs/mx6qsabresd_defconfig
> @@ -1,3 +1,3 @@
> -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg,MX6Q"
> +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg,MX6Q"
>  CONFIG_ARM=y
>  CONFIG_TARGET_MX6SABRESD=y
> 

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

* [U-Boot] [PATCH v3] imx: ddr: Move mx6q_4x_mt41j128.cfg to mx6sabresd board
  2014-09-15 13:56 [U-Boot] [PATCH v3] imx: ddr: Move mx6q_4x_mt41j128.cfg to mx6sabresd board nitin.garg at freescale.com
  2014-09-16 10:49 ` Stefano Babic
@ 2014-09-22 14:11 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2014-09-22 14:11 UTC (permalink / raw)
  To: u-boot

On 15/09/2014 15:56, nitin.garg at freescale.com wrote:
> From: Nitin Garg <nitin.garg@freescale.com>
> 
> Provide cgtqmx6eval board its own variant of ddr
> setup config file. Move board/freescale/imx/ddr/
> mx6q_4x_mt41j128.cfg to board/freescale/mx6sabresd/
> as this is was designed for the mx6sabresd board.
> 
> Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
> 
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2014-09-22 14:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-15 13:56 [U-Boot] [PATCH v3] imx: ddr: Move mx6q_4x_mt41j128.cfg to mx6sabresd board nitin.garg at freescale.com
2014-09-16 10:49 ` Stefano Babic
2014-09-22 14:11 ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox