SOF: cAVS 1.5 needs reset-vector.S in the main image
APL ADSP doesn't boot with reset-vector.S in the bootloader, move it over to the main application binary. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
8410a8cfa8
commit
3af94e7172
4 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,7 @@ CONFIG_GEN_ISR_TABLES=y
|
|||
CONFIG_GEN_IRQ_VECTOR_TABLE=n
|
||||
|
||||
CONFIG_XTENSA_RESET_VECTOR=y
|
||||
CONFIG_RESET_VECTOR_IN_BOOTLOADER=y
|
||||
|
||||
CONFIG_XTENSA_USE_CORE_CRT1=y
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ CONFIG_GEN_ISR_TABLES=y
|
|||
CONFIG_GEN_IRQ_VECTOR_TABLE=n
|
||||
|
||||
CONFIG_XTENSA_RESET_VECTOR=y
|
||||
CONFIG_RESET_VECTOR_IN_BOOTLOADER=y
|
||||
|
||||
CONFIG_XTENSA_USE_CORE_CRT1=y
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ CONFIG_GEN_ISR_TABLES=y
|
|||
CONFIG_GEN_IRQ_VECTOR_TABLE=n
|
||||
|
||||
CONFIG_XTENSA_RESET_VECTOR=y
|
||||
CONFIG_RESET_VECTOR_IN_BOOTLOADER=y
|
||||
|
||||
CONFIG_XTENSA_USE_CORE_CRT1=y
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ CONFIG_SMP=n
|
|||
CONFIG_LOG=y
|
||||
CONFIG_MP_NUM_CPUS=1
|
||||
CONFIG_BUILD_OUTPUT_BIN=n
|
||||
CONFIG_RESET_VECTOR_IN_BOOTLOADER=y
|
||||
|
||||
# Requires heap_info() be implemented, but no Zephyr wrapper
|
||||
CONFIG_DEBUG_MEMORY_USAGE_SCAN=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue