]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Change irq_already_routed to a local variable
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:04:18 +0000 (07:04 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 7 Feb 2017 05:07:30 +0000 (13:07 +0800)
commit35ebd5a4f905f9d789ee1490a3f9481af0fb2cc4
treed8324bc3d758f83eb553d85165e5edfbf2300a27
parent700404cb6153d393321bc008f73e97428a951535
x86: Change irq_already_routed to a local variable

This avoids using BSS before SDRAM is set up in SPL.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/pirq_routing.c