From f8c5815c1b5728b005c97145f5b39df1e59af53b Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Sun, 10 May 2020 01:20:11 +0200 Subject: armv8: ls1028a: move FSL_LAYERSCAPE to kconfig CONFIG_FSL_LAYERSCAPE is available in kconfig. There is no need to define it per board; the ls1028a_common.h is really board dependent and only fits to the NXP eval boards. Instead select CONFIG_FSL_LAYERSCAPE when ARCH_LS1028A is selected. Signed-off-by: Michael Walle Reviewed-by: Priyanka Jain --- include/configs/ls1028a_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h index d184673a71b..fe4a87b6972 100644 --- a/include/configs/ls1028a_common.h +++ b/include/configs/ls1028a_common.h @@ -7,7 +7,6 @@ #define __L1028A_COMMON_H #define CONFIG_REMAKE_ELF -#define CONFIG_FSL_LAYERSCAPE #define CONFIG_MP #include -- cgit v1.3.1