• Arnd Bergmann's avatar
    ARM: imx: build CPU suspend code only when needed · cb48389b
    Arnd Bergmann authored
    The ARM CPU suspend function has its own configuration symbol,
    which we need to use for conditionalizing any code calling into
    it as well.
    
    arch/arm/mach-imx/built-in.o: In function `v7_cpu_resume':
    /git/arm-soc/arch/arm/mach-imx/headsmp.S:57: undefined
     reference to `cpu_resume'
    
    Cc: Sascha Hauer <kernel@pengutronix.de>
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    cb48389b
headsmp.S 1.36 KB