ipq806x: Added multicore support
-Device IO commands are not supported
-CPU down is temporary supported by WFE instruction
-Need reboot to execute bootipq command
Change-Id: Ic7f1dece29e29f75b984018bcf1fc5f724282567
Signed-off-by: Santan Kumar <santank@codeaurora.org>
diff --git a/include/command.h b/include/command.h
index 94d053d..d574ec7 100644
--- a/include/command.h
+++ b/include/command.h
@@ -111,7 +111,7 @@
extern int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
-#if defined(CONFIG_SMP_PSCI_CMD)
+#if defined(CONFIG_SMP_CMD_SUPPORT)
extern int do_runmulticore(cmd_tbl_t *cmdtp,
int flag, int argc, char *const argv[]);
#endif