mx6: Select CONFIG_MP with MX6_SMP

It makes sense to select the MP multi processor option at the same time we
select the other SMP options needed for SMP capable i.MX6 SoCs.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
Peter Robinson 2018-05-12 09:45:31 +01:00 committed by Stefano Babic
parent 5bbf1a7856
commit 02ada2d958
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ config MX6_SMP
select ARM_ERRATA_761320 select ARM_ERRATA_761320
select ARM_ERRATA_794072 select ARM_ERRATA_794072
select ARM_ERRATA_845369 select ARM_ERRATA_845369
select MP
bool bool
config MX6 config MX6

View File

@ -15,7 +15,6 @@
#define CONFIG_SYS_PL310_BASE L2_PL310_BASE #define CONFIG_SYS_PL310_BASE L2_PL310_BASE
#endif #endif
#define CONFIG_MP
#endif #endif
#define CONFIG_BOARD_POSTCLK_INIT #define CONFIG_BOARD_POSTCLK_INIT
#define CONFIG_MXC_GPT_HCLK #define CONFIG_MXC_GPT_HCLK