Merge branch 'bugfix/bt_controller_log_clean_up' into 'master'

component/bt: disable information loggings from bt controller

clean-up information loggings during controller initialization

See merge request !769
This commit is contained in:
Ivan Grokhotkov 2017-05-19 11:50:11 +08:00
commit 67a147fc6f
2 changed files with 10 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3d6345f075e3dc4a192d1b8e61ee6e94391f19b0
Subproject commit e920ec21b8b1bfc0ededb1fde398f846a6fba053

View file

@ -1249,6 +1249,13 @@ PROVIDE ( r_lm_num_clk_adj_ack_pending_set = 0x4004f500 );
PROVIDE ( r_lm_oob_f1 = 0x40012e54 );
PROVIDE ( r_lm_pca_sscan_link_get = 0x4004f560 );
PROVIDE ( r_lm_pca_sscan_link_set = 0x4004f550 );
PROVIDE ( nvds_null_read = 0x400542a0 );
PROVIDE ( nvds_null_write = 0x400542a8 );
PROVIDE ( nvds_null_erase = 0x400542b0 );
PROVIDE ( nvds_read = 0x400542c4 );
PROVIDE ( nvds_write = 0x400542fc );
PROVIDE ( nvds_erase = 0x40054334 );
PROVIDE ( nvds_init_memory = 0x40054358 );
PROVIDE ( r_lmp_pack = 0x4001135c );
PROVIDE ( r_lmp_unpack = 0x4001149c );
PROVIDE ( r_lm_read_features = 0x4004f0d8 );
@ -1863,5 +1870,7 @@ PROVIDE ( ld_strain_env = 0x3ffb8330 );
PROVIDE ( LM_Sniff = 0x3ffb8230 );
PROVIDE ( LM_SniffSubRate = 0x3ffb8214 );
PROVIDE ( prbs_64bytes = 0x3ff98992 );
PROVIDE ( nvds_env = 0x3ffb8364 );
PROVIDE ( nvds_magic_number = 0x3ff9912a );
/* Above are static data, but can be used, not generated by script >>>>> btdm data */