Skip to content

Revert "EQ FIR: memory: Add trace error for alloc fail and add a 1024 size buffer"#449

Merged
lgirdwood merged 1 commit intomasterfrom
revert-445-eq_fir_heap_rt_1k_proposal
Oct 1, 2018
Merged

Revert "EQ FIR: memory: Add trace error for alloc fail and add a 1024 size buffer"#449
lgirdwood merged 1 commit intomasterfrom
revert-445-eq_fir_heap_rt_1k_proposal

Conversation

@lgirdwood
Copy link
Copy Markdown
Member

Reverts #445

/bin/bash ../../../../libtool  --tag=CC   --mode=compile xtensa-cnl-elf-gcc -DHAVE_CONFIG_H -I. -I../../../../src/include    -fno-inline-functions -nostdlib -mlongcalls -Wimplicit-fallthrough=3 -mtext-section-literals -I /home/lrg/source/reef/sof.git/src/arch/xtensa/include  -I /home/lrg/source/reef/sof.git/src/arch/xtensa/up/include -I /home/lrg/source/reef/sof.git/src/arch/xtensa/up/xtos -I /home/lrg/source/reef/sof.git/src/platform/suecreek/include -I /home/lrg/source/reef/sof.git/src/platform/intel/include  -I /home/lrg/source/reef/sof.git/src/platform/suecreek/include/arch -I /home/lrg/source/reef/sof.git/src/include -I /home/lrg/source/reef/sof.git/../xtensa-root/xtensa-cnl-elf/include -O2 -g -Wall -Werror -Wl,-EL -Wmissing-prototypes -MT libcavsplatform_la-memory.lo -MD -MP -MF .deps/libcavsplatform_la-memory.Tpo -c -o libcavsplatform_la-memory.lo `test -f 'memory.c' || echo './'`memory.c
libtool: compile:  xtensa-cnl-elf-gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -fno-inline-functions -nostdlib -mlongcalls -Wimplicit-fallthrough=3 -mtext-section-literals -I /home/lrg/source/reef/sof.git/src/arch/xtensa/include -I /home/lrg/source/reef/sof.git/src/arch/xtensa/up/include -I /home/lrg/source/reef/sof.git/src/arch/xtensa/up/xtos -I /home/lrg/source/reef/sof.git/src/platform/suecreek/include -I /home/lrg/source/reef/sof.git/src/platform/intel/include -I /home/lrg/source/reef/sof.git/src/platform/suecreek/include/arch -I /home/lrg/source/reef/sof.git/src/include -I /home/lrg/source/reef/sof.git/../xtensa-root/xtensa-cnl-elf/include -O2 -g -Wall -Werror -Wl,-EL -Wmissing-prototypes -MT libcavsplatform_la-memory.lo -MD -MP -MF .deps/libcavsplatform_la-memory.Tpo -c memory.c -o libcavsplatform_la-memory.o
memory.c:39:39: error: 'HEAP_RT_COUNT1024' undeclared here (not in a function); did you mean 'HEAP_RT_COUNT128'?
 static struct block_hdr mod_block1024[HEAP_RT_COUNT1024];
                                       ^~~~~~~~~~~~~~~~~
                                       HEAP_RT_COUNT128
memory.c:39:25: error: 'mod_block1024' defined but not used [-Werror=unused-variable]
 static struct block_hdr mod_block1024[HEAP_RT_COUNT1024];
                         ^~~~~~~~~~~~~

@lgirdwood lgirdwood merged commit 531c9b5 into master Oct 1, 2018
@lgirdwood
Copy link
Copy Markdown
Member Author

@singalsu build failure on sue, probably same fix as CNL is needed. Will re-merge it tomorrow.

@lgirdwood lgirdwood deleted the revert-445-eq_fir_heap_rt_1k_proposal branch October 29, 2018 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant