commit | ccf813c22a27c228914efda44002c7ce9e7ba90a | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Mon Dec 03 14:21:54 2018 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Dec 05 15:15:07 2018 -0500 |
tree | bd336f1b1c139a271f95d165908bc23f1fd1e439 | |
parent | 293247e879157598e714af4896d81f184354814f [diff] |
kernel: mem_domain: remove redundant clearing of mem_partition fields When a memory partition is removed, it is not required to clear the start and attr fields, since a free partition is only indicated by a zero size field. This commit removes the un-necessary clearing of start and attr fields. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>