aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/spl/spl.c')
-rwxr-xr-xcommon/spl/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c
index 2cdb00d380..459d88a08c 100755
--- a/common/spl/spl.c
+++ b/common/spl/spl.c
@@ -431,7 +431,7 @@ static inline void announce_boot_device(u32 boot_device) { }
* of the early load operation is specified by updating this
* array.
*/
-u32 cores_to_boot[] = { IPU2, DSP2 };
+u32 cores_to_boot[] = { IPU2, DSP1 };
#endif
static int spl_load_image(u32 boot_device)