commit | e09484f793f7b794ec76a73c0bb107783fd28a62 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu May 24 08:51:37 2018 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu May 24 10:17:56 2018 -0500 |
tree | 32a645b3464320a358d10eb5019cf2e8a62b36bf | |
parent | ba8c8c3cebe114980604da70c44f8616ad910e4b [diff] |
boards: arm: lpcxpresso54114: Remove sample specific defconfig setting Setting of CONFIG_HEAP_MEM_POOL_SIZE was done in the board defconfig because open-amp was doing recursive builds and setting it the defconfig made sure all builds were consistent. However, now that we don't do recursive builds this will get properly picked by from the sample specific conf file. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>