summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6_common.h
diff options
context:
space:
mode:
authorGabriel Huau <contact@huau-gabriel.fr>2014-07-26 11:35:43 -0700
committerStefano Babic <sbabic@denx.de>2014-08-20 11:52:54 +0200
commita76df7090882c32e9551590673fb76708346f85d (patch)
treeb23341c861c1d167fd15c7c066785898497d17bf /include/configs/mx6_common.h
parent015e215bbf70214d7c3bec2eca691edb6b73b28e (diff)
downloadtalos-obmc-uboot-a76df7090882c32e9551590673fb76708346f85d.tar.gz
talos-obmc-uboot-a76df7090882c32e9551590673fb76708346f85d.zip
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/mx6_common.h')
-rw-r--r--include/configs/mx6_common.h2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud