Re: [U-Boot] [PATCH v3 8/8] dm: x86: Drop the weak cpu_irq_init() function

2016-01-20 Thread Bin Meng
On Wed, Jan 20, 2016 at 12:32 PM, Simon Glass wrote: > There are no callers now. Platforms which need to set up interrupts their > own way can implement an interrupt driver. Drop this function. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2:

[U-Boot] [PATCH v3 8/8] dm: x86: Drop the weak cpu_irq_init() function

2016-01-19 Thread Simon Glass
There are no callers now. Platforms which need to set up interrupts their own way can implement an interrupt driver. Drop this function. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: - Rebase on top of updated SPI flash series arch/x86/cpu/irq.c