Re: [U-Boot] [PATCH] ARM: UniPhier: describe init_page_table shorter

2015-01-22 Thread Masahiro YAMADA
2015-01-19 22:30 GMT+09:00 Masahiro Yamada : > 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 Y

[U-Boot] [PATCH] ARM: UniPhier: describe init_page_table shorter

2015-01-19 Thread Masahiro Yamada
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 --- arch/arm/cpu/armv7/uniphier/init_page_table