arch/csky/kernel/head.S
0 → 100644
+77
−0
arch/csky/kernel/setup.c
0 → 100644
+162
−0
arch/csky/kernel/vmlinux.lds.S
0 → 100644
+66
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch add boot code. Thx boot params is all in dtb and it's the only way to let kernel get bootloader param information. Signed-off-by:Guo Ren <ren_guo@c-sky.com> Reviewed-by:
Arnd Bergmann <arnd@arndb.de>