2 * Copyright 2014 Linaro Ltd.
3 * Copyright (C) 2014 ZTE Corporation.
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
10 #include <linux/linkage.h>
15 /* It runs from physical address */
17 adr r1, zx_secondary_startup_pa
20 ENDPROC(zx_resume_jump)
22 ENTRY(zx_secondary_startup_pa)
23 .word zx_secondary_startup_pa
25 ENTRY(zx_suspend_iram_sz)
26 .word . - zx_resume_jump
27 ENDPROC(zx_secondary_startup_pa)
30 ENTRY(zx_secondary_startup)
33 ENDPROC(zx_secondary_startup)