Commit f8c5815c authored by Michael Walle's avatar Michael Walle Committed by Priyanka Jain
Browse files

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: default avatarMichael Walle <michael@walle.cc>
Reviewed-by: default avatarPriyanka Jain <priyanka.jain@nxp.com>
parent e7005b3e
...@@ -23,6 +23,7 @@ config ARCH_LS1012A ...@@ -23,6 +23,7 @@ config ARCH_LS1012A
config ARCH_LS1028A config ARCH_LS1028A
bool bool
select ARMV8_SET_SMPEN select ARMV8_SET_SMPEN
select FSL_LAYERSCAPE
select FSL_LSCH3 select FSL_LSCH3
select NXP_LSCH3_2 select NXP_LSCH3_2
select SYS_FSL_HAS_CCI400 select SYS_FSL_HAS_CCI400
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#define __L1028A_COMMON_H #define __L1028A_COMMON_H
#define CONFIG_REMAKE_ELF #define CONFIG_REMAKE_ELF
#define CONFIG_FSL_LAYERSCAPE
#define CONFIG_MP #define CONFIG_MP
#include <asm/arch/stream_id_lsch3.h> #include <asm/arch/stream_id_lsch3.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment