Re: [U-Boot] [RESPIN PATCH v2 05/15] x86: Write correct bus number for the irq router

2015-06-23 Thread Simon Glass
On 22 June 2015 at 22:18, Bin Meng wrote: > We should write correct bus number to the PIRQ routing table for the > irq router from device tree, instead of hard-coded zero. > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/irq.c | 2 +- > 1 file c

[U-Boot] [RESPIN PATCH v2 05/15] x86: Write correct bus number for the irq router

2015-06-22 Thread Bin Meng
We should write correct bus number to the PIRQ routing table for the irq router from device tree, instead of hard-coded zero. Signed-off-by: Bin Meng Acked-by: Simon Glass --- Changes in v2: None arch/x86/cpu/irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/c