commit | 89a1550ec6b74452274a7a23127936e2c7eec711 | [log] [tgz] |
---|---|---|
author | Jason McMullan <mcmullan@netapp.com> | Fri May 30 00:53:37 2008 +0900 |
committer | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | Fri May 30 00:53:37 2008 +0900 |
tree | 871e822d2e790858cffb84bb8137444f34c3c379 | |
parent | e996bc339b0f39f6c0b29b1455ba7eb318b023d3 [diff] |
mips: If CONFIG_CMD_SPI is defined, call spi_init() The mips architecture currently does not call 'spi_init()' in the generic board initialization routine is CONFIG_CMD_SPI is defined. This patch rectifies that problem. Signed-off-by: Jason McMullan <mcmullan@netapp.com> Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>