summaryrefslogtreecommitdiffstats
path: root/include/configs/bf609-ezkit.h
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2013-02-05 18:57:49 +0800
committerSonic Zhang <sonic.zhang@analog.com>2013-05-13 15:47:24 +0800
commitf4d8038439fb372c91c3a27121a911c359603bcf (patch)
treec9a576f2f81d7ad65d8222f20f5c4a1fc4fa0e24 /include/configs/bf609-ezkit.h
parentddb5c5be1eddd38a47dc197cfacdbf149930740d (diff)
downloadtalos-obmc-uboot-f4d8038439fb372c91c3a27121a911c359603bcf.tar.gz
talos-obmc-uboot-f4d8038439fb372c91c3a27121a911c359603bcf.zip
blackfin: run core1 from L1 code sram start address in uboot init code on core 0
Define core 1 L1 code sram start address. Add function to enable core 1 for BF609 and BF561. Add config macro to allow customer to run core 1 in uboot init code on core 0. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'include/configs/bf609-ezkit.h')
-rw-r--r--include/configs/bf609-ezkit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/bf609-ezkit.h b/include/configs/bf609-ezkit.h
index 02149fa94d..8b90129f29 100644
--- a/include/configs/bf609-ezkit.h
+++ b/include/configs/bf609-ezkit.h
@@ -156,6 +156,11 @@
#endif
/*
+ * Run core 1 from L1 SRAM start address when init uboot on core 0
+ */
+/* #define CONFIG_CORE1_RUN 1 */
+
+/*
* Pull in common ADI header for remaining command/environment setup
*/
#include <configs/bfin_adi_common.h>
OpenPOWER on IntegriCloud