commit | 205353fa06cc5dbfe1949de013ba905bb151c702 | [log] [tgz] |
---|---|---|
author | Guo Ren <ren_guo@c-sky.com> | Fri Apr 12 19:08:34 2019 +0800 |
committer | Guo Ren <ren_guo@c-sky.com> | Mon Apr 22 13:44:57 2019 +0800 |
tree | a51d0bfb604e0794aa6a1665794e5fa98e3bdd1d | |
parent | b4bf274198bd415e66af0b54a2e181c59fd43ba4 [diff] |
csky: Support vmlinux bootup with MMU off Modify SETUP_MMU macro to fit on both MMU-on or MMU-off enviornment and vmlinux could bootup from MMU off enviornment for some cases. Unify the style of _start and _start_smp_secondary in head.S to make head.S looks more concise and easy to understand. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>