Provide a default for CONFIG_BT_RESERVE_DRAM

...when BT is not built

Merges https://github.com/espressif/esp-idf/pull/910
This commit is contained in:
Deomid Ryabkov 2017-08-15 14:36:06 +01:00 committed by Angus Gratton
parent 105f9f466e
commit 8c1acb0363

View file

@ -16,6 +16,11 @@
*/
#include "sdkconfig.h"
/* If BT is not built at all */
#ifndef CONFIG_BT_RESERVE_DRAM
#define CONFIG_BT_RESERVE_DRAM 0
#endif
MEMORY
{
/* All these values assume the flash cache is on, and have the blocks this uses subtracted from the length