commit | acea24138ad3795f9f9a2b6cdca3fd4a78975005 | [log] [tgz] |
---|---|---|
author | Mahavir Jain <mjain@marvell.com> | Fri Dec 02 21:48:39 2016 +0530 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Dec 02 17:44:06 2016 +0000 |
tree | 20c1b4ecdb3d762b57fde382cfc798621623d3d0 | |
parent | a636604cd5a9bb105159dcbd7c7edb67966fa408 [diff] |
kernel: replace .BSS and .DATA setup with standard library calls Use standard library calls like memset/memcpy for setting up BSS and DATA sections during system initialization, this helps to take advantage of architecture specific optimizations from standard library. Change-Id: Ia72b42aa65b44d1df7c22dd1fbc39a44fa001be9 Signed-off-by: Mahavir Jain <mjain@marvell.com>