commit | 23aae50aa56604bc645697199b3bbf29a34059e9 | [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 | 00baa7078c108371ab5a995cee3425abacbb3c13 [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>