commit | df0b49cd4fbb4cf99672e625390dc40358624b1c | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Fri May 17 17:44:19 2019 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu May 30 09:16:35 2019 -0400 |
tree | 8e6f9b4e248a55f6c747703fafe6583c288b5176 | |
parent | f94113d0665375c2096a3c7b5014103048b2d310 [diff] |
kernel/init.c: remove needless casts Memory boundaries are declared as extern char arrays which can be used directly rather than casting their addresses. The cast to u32_t also breaks 64-bit builds. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>