Message ID | 20200428131404.25315-2-priyanka.jain@nxp.com |
---|---|
State | New |
Headers | show |
Series | [1/3,v2] board: freescale: Remove LS2080A_EMU support | expand |
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
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(+)