]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Move PCI init before SPI init
authorSimon Glass <sjg@chromium.org>
Mon, 11 Mar 2013 06:08:09 +0000 (06:08 +0000)
committerSimon Glass <sjg@chromium.org>
Tue, 19 Mar 2013 15:45:37 +0000 (08:45 -0700)
commit192868b0614e68d165fffe9996c6c45db1c47fcb
tree411fff81508125b4f39d6b7ff9bbcf3e56f46c16
parentbb8215f437a7c948eec82a6abe754c226978bd6d
x86: Move PCI init before SPI init

It is possible that our PCI bus will provide the SPI controller, so change
the init order to make this work.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/board.c