diff mbox

[U-Boot,v2,2/2] powerpc/defconfig: Rename defconfig file for T1040QDS/T1024QDS DDR4 targets

Message ID 1439486530-7959-3-git-send-email-yorksun@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

York Sun Aug. 13, 2015, 5:22 p.m. UTC
Previously the DDR4 targets were named with _D4. Rename them with
_DDR4 for easy identification.

Signed-off-by: York Sun <yorksun@freescale.com>

---

Changes in v2:
  Drop changes for RDB boards because DDR4 version is actually different
  board from DDR3 version.

 board/freescale/t102xqds/MAINTAINERS               |    4 ++--
 board/freescale/t1040qds/MAINTAINERS               |    2 +-
 ...fconfig => T1024QDS_DDR4_SECURE_BOOT_defconfig} |    0
 ...040QDS_D4_defconfig => T1040QDS_DDR4_defconfig} |    0
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename configs/{T1024QDS_D4_SECURE_BOOT_defconfig => T1024QDS_DDR4_SECURE_BOOT_defconfig} (100%)
 rename configs/{T1040QDS_D4_defconfig => T1040QDS_DDR4_defconfig} (100%)

Comments

York Sun Sept. 2, 2015, 3:21 p.m. UTC | #1
On 08/13/2015 12:22 PM, York Sun wrote:
> Previously the DDR4 targets were named with _D4. Rename them with
> _DDR4 for easy identification.
> 
> Signed-off-by: York Sun <yorksun@freescale.com>
> 
> ---
> 
> Changes in v2:
>   Drop changes for RDB boards because DDR4 version is actually different
>   board from DDR3 version.
> 

Applied to u-boot-mpc85xx master. Awaiting upstream.

York
diff mbox

Patch

diff --git a/board/freescale/t102xqds/MAINTAINERS b/board/freescale/t102xqds/MAINTAINERS
index 1ffccc4..23480e2 100644
--- a/board/freescale/t102xqds/MAINTAINERS
+++ b/board/freescale/t102xqds/MAINTAINERS
@@ -7,6 +7,6 @@  F:	configs/T1024QDS_defconfig
 F:	configs/T1024QDS_NAND_defconfig
 F:	configs/T1024QDS_SDCARD_defconfig
 F:	configs/T1024QDS_SPIFLASH_defconfig
-F:	configs/T1024QDS_D4_defconfig
+F:	configs/T1024QDS_DDR4_defconfig
 F:	configs/T1024QDS_SECURE_BOOT_defconfig
-F:	configs/T1024QDS_D4_SECURE_BOOT_defconfig
+F:	configs/T1024QDS_DDR4_SECURE_BOOT_defconfig
diff --git a/board/freescale/t1040qds/MAINTAINERS b/board/freescale/t1040qds/MAINTAINERS
index 83f6b3c..640538f 100644
--- a/board/freescale/t1040qds/MAINTAINERS
+++ b/board/freescale/t1040qds/MAINTAINERS
@@ -4,7 +4,7 @@  S:	Maintained
 F:	board/freescale/t1040qds/
 F:	include/configs/T1040QDS.h
 F:	configs/T1040QDS_defconfig
-F:	configs/T1040QDS_D4_defconfig
+F:	configs/T1040QDS_DDR4_defconfig
 
 T1040QDS_SECURE_BOOT BOARD
 M:	Aneesh Bansal <aneesh.bansal@freescale.com>
diff --git a/configs/T1024QDS_D4_SECURE_BOOT_defconfig b/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig
similarity index 100%
rename from configs/T1024QDS_D4_SECURE_BOOT_defconfig
rename to configs/T1024QDS_DDR4_SECURE_BOOT_defconfig
diff --git a/configs/T1040QDS_D4_defconfig b/configs/T1040QDS_DDR4_defconfig
similarity index 100%
rename from configs/T1040QDS_D4_defconfig
rename to configs/T1040QDS_DDR4_defconfig