feat(esp8266): Don't use ICACHE_RODATA_ATTR to let string to be in flash

rodata will be in flash by default.
This commit is contained in:
Wu Jian Gang
2018-05-24 10:27:05 +08:00
parent 46d51ac826
commit d75ffa61eb
24 changed files with 19 additions and 105 deletions

View File

@@ -41,10 +41,6 @@
#include "ssl/ssl_os_port.h"
#include "ssl/ssl_ssl.h"
#ifdef MEMLEAK_DEBUG
static const char mem_debug_file[] ICACHE_RODATA_ATTR STORE_ATTR = __FILE__;
#endif
static int do_obj(SSL_CTX *ssl_ctx, int obj_type,
SSLObjLoader *ssl_obj, const char *password);
#ifdef CONFIG_SSL_HAS_PEM