From e2b65ea975c2ddc67a958bf428e34ee3c543061a Mon Sep 17 00:00:00 2001 From: York Sun Date: Fri, 20 Mar 2015 19:28:24 -0700 Subject: armv8/ls2085ardb: Add support of LS2085ARDB platform The LS2085ARDB is a evaluation platform that supports LS2085A family SoCs. This patch add sbasic support for the platform. Signed-off-by: York Sun Signed-off-by: Prabhakar Kushwaha Signed-off-by: Bhupesh Sharma Signed-off-by: Scott Wood --- configs/ls2085ardb_defconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/ls2085ardb_defconfig (limited to 'configs/ls2085ardb_defconfig') diff --git a/configs/ls2085ardb_defconfig b/configs/ls2085ardb_defconfig new file mode 100644 index 0000000000..6b64f71817 --- /dev/null +++ b/configs/ls2085ardb_defconfig @@ -0,0 +1,3 @@ +CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4" +CONFIG_ARM=y +CONFIG_TARGET_LS2085ARDB=y -- cgit v1.2.1