commit | 061ae4c0bbe8df9aeedfa4a1e6a6dc122a4c157f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Jan 19 22:30:23 2015 +0900 |
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Jan 23 00:50:21 2015 +0900 |
tree | 263370dacf10c98df09925c82b12d4638609b879 | |
parent | 89a7c773eabf4a3f2c23c2df95501723fef5e5a7 [diff] |
ARM: UniPhier: describe init_page_table shorter The assembly directive ".rept ... .endr" allows us to write the init_page_table much shorter. To make things further simpler, set the text and stack area as Normal Memory, and the other sections as Device attribute. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>