From patchwork Tue Apr 28 13:14:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priyanka Jain X-Patchwork-Id: 238738 List-Id: U-Boot discussion From: priyanka.jain at nxp.com (Priyanka Jain) Date: Tue, 28 Apr 2020 18:44:03 +0530 Subject: [PATCH 2/3][v2] board: ls2080a : Add TARGET_LS2080ARDB in Kconfig In-Reply-To: <20200428131404.25315-1-priyanka.jain@nxp.com> References: <20200428131404.25315-1-priyanka.jain@nxp.com> Message-ID: <20200428131404.25315-2-priyanka.jain@nxp.com> Add config TARGET_LS2080ARDB in Kconfig Signed-off-by: Priyanka Jain --- 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