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 /configs/T1040QDS_DDR4_defconfig | |
parent | 09b9a559217b30c5617b5d3c530ee96264d97075 (diff) | |
download | u-boot-293194c8bef96bf09f23f8412e8aba673d87fdfd.tar.gz |
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>
Diffstat (limited to 'configs/T1040QDS_DDR4_defconfig')
-rw-r--r-- | configs/T1040QDS_DDR4_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/T1040QDS_DDR4_defconfig b/configs/T1040QDS_DDR4_defconfig new file mode 100644 index 0000000000..8c4320bf58 --- /dev/null +++ b/configs/T1040QDS_DDR4_defconfig @@ -0,0 +1,7 @@ +CONFIG_PPC=y +CONFIG_MPC85xx=y +CONFIG_TARGET_T1040QDS=y +CONFIG_SYS_EXTRA_OPTIONS="PPC_T1040,SYS_FSL_DDR4" +CONFIG_SPI_FLASH=y +CONFIG_NETDEVICES=y +CONFIG_E1000=y |