commit | 1ef95cc312c829a30e8e1fc64fea38ffdd453097 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Fri Jun 24 16:46:18 2016 -0700 |
committer | York Sun <york.sun@nxp.com> | Fri Jul 15 09:01:43 2016 -0700 |
tree | 4dc7e8f638a6b412256c6e052bc9490ac91a7792 | |
parent | 8c1d3e0af3aa129fea13920da6a587d0254ba7f3 [diff] |
armv8: Move secure_ram variable out of generic global data Secure_ram variable was put in generic global data. But only ARMv8 uses this variable. Move it to ARM specific data structure. Signed-off-by: York Sun <york.sun@nxp.com>