diff options
author | York Sun <yorksun@freescale.com> | 2015-08-13 10:22:10 -0700 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-09-01 20:42:54 -0500 |
commit | 293194c8bef96bf09f23f8412e8aba673d87fdfd (patch) | |
tree | f806c9614e2515ed6aba1e7407b3944d290ac978 | |
parent | 09b9a559217b30c5617b5d3c530ee96264d97075 (diff) | |
download | u-boot-imx-293194c8bef96bf09f23f8412e8aba673d87fdfd.zip u-boot-imx-293194c8bef96bf09f23f8412e8aba673d87fdfd.tar.gz u-boot-imx-293194c8bef96bf09f23f8412e8aba673d87fdfd.tar.bz2 |
powerpc/defconfig: Rename defconfig file for T1040QDS/T1024QDS DDR4 targets
Previously the DDR4 targets were named with _D4. Rename them with
_DDR4 for easy identification.
Signed-off-by: York Sun <yorksun@freescale.com>
-rw-r--r-- | board/freescale/t102xqds/MAINTAINERS | 4 | ||||
-rw-r--r-- | board/freescale/t1040qds/MAINTAINERS | 2 | ||||
-rw-r--r-- | configs/T1024QDS_DDR4_SECURE_BOOT_defconfig (renamed from configs/T1024QDS_D4_SECURE_BOOT_defconfig) | 0 | ||||
-rw-r--r-- | configs/T1040QDS_DDR4_defconfig (renamed from configs/T1040QDS_D4_defconfig) | 0 |
4 files changed, 3 insertions, 3 deletions
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 index f69c49d..f69c49d 100644 --- a/configs/T1024QDS_D4_SECURE_BOOT_defconfig +++ b/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig diff --git a/configs/T1040QDS_D4_defconfig b/configs/T1040QDS_DDR4_defconfig index 8c4320b..8c4320b 100644 --- a/configs/T1040QDS_D4_defconfig +++ b/configs/T1040QDS_DDR4_defconfig |