diff options
author | York Sun <yorksun@freescale.com> | 2015-03-20 19:28:23 -0700 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-04-23 08:55:58 -0700 |
commit | 7288c2c2b0d4ea2475424ef9d00227a4b608234d (patch) | |
tree | d364d1acf79fa9dde7b931553cde665ec8372e94 /configs | |
parent | 9cc2c4713a822cccaa1c5872720a23675045dd42 (diff) | |
download | u-boot-imx-7288c2c2b0d4ea2475424ef9d00227a4b608234d.zip u-boot-imx-7288c2c2b0d4ea2475424ef9d00227a4b608234d.tar.gz u-boot-imx-7288c2c2b0d4ea2475424ef9d00227a4b608234d.tar.bz2 |
armv8/ls2085aqds: Add support of LS2085AQDS platform
The LS2085AQDS is an evaluatoin platform that supports the LS2085A
family SoCs. This patch add basic support of the platform.
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ls2085aqds_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ls2085aqds_defconfig b/configs/ls2085aqds_defconfig new file mode 100644 index 0000000..e3a17a3 --- /dev/null +++ b/configs/ls2085aqds_defconfig @@ -0,0 +1,3 @@ +CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4" +CONFIG_ARM=y +CONFIG_TARGET_LS2085AQDS=y |