aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommon/spl/spl.c2
-rw-r--r--include/configs/dra7xx_evm.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c
index 7ceb78edfc..83ab68a60e 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)
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index f68333e812..56a412a9a0 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -67,8 +67,8 @@
"name=cache,size=256M,uuid=${uuid_gpt_cache};" \
"name=ipu1,size=8M,uuid=${uuid_gpt_ipu1};" \
"name=ipu2,size=7M,uuid=${uuid_gpt_ipu2};" \
- "name=dsp1,size=8M,uuid=${uuid_gpt_dsp1};" \
- "name=dsp2,size=1M,uuid=${uuid_gpt_dsp2};" \
+ "name=dsp1,size=1M,uuid=${uuid_gpt_dsp1};" \
+ "name=dsp2,size=8M,uuid=${uuid_gpt_dsp2};" \
"name=userdata,size=-,uuid=${uuid_gpt_userdata}"
#define DFU_ALT_INFO_MMC \