From a76df7090882c32e9551590673fb76708346f85d Mon Sep 17 00:00:00 2001 From: Gabriel Huau Date: Sat, 26 Jul 2014 11:35:43 -0700 Subject: mx6: add support of multi-processor command This allows u-boot to load different OS or Bare Metal application on different cores of the i.MX6 SoC. For example: running Android on cpu0 and a RT OS like QNX/FreeRTOS on cpu1. Signed-off-by: Gabriel Huau Acked-by: Stefano Babic --- include/configs/mx6_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/mx6_common.h') diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index e4a5cc5be1..135a3f51f0 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -28,4 +28,6 @@ #define CONFIG_SYS_PL310_BASE L2_PL310_BASE #endif +#define CONFIG_MP + #endif -- cgit v1.2.1