[U-Boot] [PATCH 2/6] dm: x86: Set up interrupt routing from interrupt_init()

Bin Meng bmeng.cn at gmail.com
Tue Dec 15 06:44:18 CET 2015


On Mon, Dec 14, 2015 at 2:05 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Tue, Dec 1, 2015 at 12:47 PM, Simon Glass <sjg at chromium.org> wrote:
>> At present interrupt routing is set up from arch_misc_init(). We can do it
>> a little later instead, in interrupt_init().
>>
>> This removes the manual pirq_init() call. Where the platform does not have
>> an interrupt router defined in its device tree, no error is generated. Some
>> platforms do not have this.
>>
>> Drop pirq_init() since it is no-longer used.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

Apply this patch manually on top of dm/next, tested on Crown Bay

Tested-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list