]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: UniPhier: describe init_page_table shorter
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 19 Jan 2015 13:30:23 +0000 (22:30 +0900)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 22 Jan 2015 15:50:21 +0000 (00:50 +0900)
commit061ae4c0bbe8df9aeedfa4a1e6a6dc122a4c157f
tree263370dacf10c98df09925c82b12d4638609b879
parent89a7c773eabf4a3f2c23c2df95501723fef5e5a7
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>
arch/arm/cpu/armv7/uniphier/init_page_table.S [new file with mode: 0644]
arch/arm/cpu/armv7/uniphier/init_page_table.c [deleted file]