/**Copyright(c)2003ARMLimited*Copyright(c)u-bootcontributors*Copyright(c)2012PavelMachek<pavel@denx.de>**Thisprogramisfreesoftware; you can redistribute it and/or modify*itunderthetermsoftheGNUGeneralPublicLicenseversion2as*publishedbytheFreeSoftwareFoundation.*/#include <linux/linkage.h>#include <linux/init.h>__INIT#define CPU1_START_ADDR 0xffd08010ENTRY(secondary_trampoline)movwr0,#:lower16:CPU1_START_ADDRmovtr0,#:upper16:CPU1_START_ADDRldrr1,[r0]bxr1ENTRY(secondary_trampoline_end)