[PATCH 2/3][v2] board: ls2080a : Add TARGET_LS2080ARDB in Kconfig

Priyanka Jain priyanka.jain at nxp.com
Tue Apr 28 15:14:03 CEST 2020


Add config TARGET_LS2080ARDB in Kconfig

Signed-off-by: Priyanka Jain <priyanka.jain at nxp.com>
---
Changes for v2:
 Add 2/3 patch in series

 board/freescale/ls2080a/Kconfig | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/board/freescale/ls2080a/Kconfig b/board/freescale/ls2080a/Kconfig
index 6015b8f930..f85c547b61 100644
--- a/board/freescale/ls2080a/Kconfig
+++ b/board/freescale/ls2080a/Kconfig
@@ -1,3 +1,21 @@
+if TARGET_LS2080ARDB
+
+config SYS_BOARD
+	default "ls2080a"
+
+config SYS_VENDOR
+	default "freescale"
+
+config SYS_SOC
+	default "fsl-layerscape"
+
+config SYS_CONFIG_NAME
+	default "ls2080ardb"
+
+source "board/freescale/common/Kconfig"
+
+endif
+
 if TARGET_LS2080A_SIMU
 
 config SYS_BOARD
-- 
2.17.1



More information about the U-Boot mailing list