summaryrefslogtreecommitdiff
path: root/board/freescale/ls1012afrdm/Kconfig
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2016-06-03 18:41:36 +0530
committerYork Sun <york.sun@nxp.com>2016-06-03 14:12:51 -0700
commitff78aa2ba19cda755b01818fb3caf2aca9236865 (patch)
tree1a20f4fbe5fefd89190b063ec2d06434d8ab31e6 /board/freescale/ls1012afrdm/Kconfig
parent3b6e3898c2c68fa8340794c8abf5d47859069f98 (diff)
downloadu-boot-imx-ff78aa2ba19cda755b01818fb3caf2aca9236865.zip
u-boot-imx-ff78aa2ba19cda755b01818fb3caf2aca9236865.tar.gz
u-boot-imx-ff78aa2ba19cda755b01818fb3caf2aca9236865.tar.bz2
armv8: ls1012a: Add support of ls1012afrdm board
QorIQ LS1012A FREEDOM (LS1012AFRDM) is a high-performance development platform, with a complete debugging environment. The LS1012AFRDM board supports the QorIQ LS1012A processor and is optimized to support the high-bandwidth DDR3L memory and a full complement of high-speed SerDes ports. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com> Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com> Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@nxp.com> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls1012afrdm/Kconfig')
-rw-r--r--board/freescale/ls1012afrdm/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/ls1012afrdm/Kconfig b/board/freescale/ls1012afrdm/Kconfig
new file mode 100644
index 0000000..a34521c
--- /dev/null
+++ b/board/freescale/ls1012afrdm/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_LS1012AFRDM
+
+config SYS_BOARD
+ default "ls1012afrdm"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_SOC
+ default "fsl-layerscape"
+
+config SYS_CONFIG_NAME
+ default "ls1012afrdm"
+
+endif