mirror of https://github.com/thesofproject/sof.git
arch: xtensa: display memory dump in the map file and add prefix
Also make sure the binaries have platform prefix. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
2743d0eeda
commit
535201458f
|
@ -67,8 +67,8 @@ reef_LDFLAGS = \
|
|||
-T ../../platform/$(PLATFORM)/$(PLATFORM_LDSCRIPT)
|
||||
|
||||
bin-local: reef
|
||||
$(OBJCOPY) -O binary reef reef.bin
|
||||
$(OBJDUMP) -D reef > reef-$(FW_NAME).map
|
||||
$(OBJCOPY) -O binary reef reef-$(FW_NAME).bin
|
||||
$(OBJDUMP) -h -D reef > reef-$(FW_NAME).map
|
||||
rimage -i reef -o reef-$(FW_NAME).ri -m $(FW_NAME)
|
||||
|
||||
vminstall-local:
|
||||
|
|
Loading…
Reference in New Issue