diff options
author | Gabriel Huau <contact@huau-gabriel.fr> | 2014-07-26 11:35:43 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-08-20 11:52:54 +0200 |
commit | a76df7090882c32e9551590673fb76708346f85d (patch) | |
tree | b23341c861c1d167fd15c7c066785898497d17bf /include/configs | |
parent | 015e215bbf70214d7c3bec2eca691edb6b73b28e (diff) | |
download | u-boot-imx-a76df7090882c32e9551590673fb76708346f85d.zip u-boot-imx-a76df7090882c32e9551590673fb76708346f85d.tar.gz u-boot-imx-a76df7090882c32e9551590673fb76708346f85d.tar.bz2 |
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 <contact@huau-gabriel.fr>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index e4a5cc5..135a3f5 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 |