diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2011-11-07 05:40:10 -0500 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-01-08 21:26:15 -0500 |
commit | 7d157fb02bc3f4dc74e6830725864ba501d92da7 (patch) | |
tree | 6955dbcf4ecd6684e193e872918fa9bd6f89228e /arch/blackfin/mach-bf561/boards/acvilon.c | |
parent | 5ef835ebf9672cc594af0d13accd8fb239926a0f (diff) |
blackfin: config: update macro SPI_BFIN in board file
Macro name for spi controller driver has been modified, so update default
board file accordingly.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf561/boards/acvilon.c')
-rw-r--r-- | arch/blackfin/mach-bf561/boards/acvilon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf561/boards/acvilon.c b/arch/blackfin/mach-bf561/boards/acvilon.c index b1b7339b6ba7..f6ffd6f054c3 100644 --- a/arch/blackfin/mach-bf561/boards/acvilon.c +++ b/arch/blackfin/mach-bf561/boards/acvilon.c | |||
@@ -372,7 +372,7 @@ static struct bfin5xx_spi_chip data_flash_chip_info = { | |||
372 | }; | 372 | }; |
373 | #endif | 373 | #endif |
374 | 374 | ||
375 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | 375 | #if defined(CONFIG_SPI_BFIN5XX) || defined(CONFIG_SPI_BFIN5XX_MODULE) |
376 | /* SPI (0) */ | 376 | /* SPI (0) */ |
377 | static struct resource bfin_spi0_resource[] = { | 377 | static struct resource bfin_spi0_resource[] = { |
378 | [0] = { | 378 | [0] = { |
@@ -475,7 +475,7 @@ static struct platform_device bfin_dpmc = { | |||
475 | static struct platform_device *acvilon_devices[] __initdata = { | 475 | static struct platform_device *acvilon_devices[] __initdata = { |
476 | &bfin_dpmc, | 476 | &bfin_dpmc, |
477 | 477 | ||
478 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | 478 | #if defined(CONFIG_SPI_BFIN5XX) || defined(CONFIG_SPI_BFIN5XX_MODULE) |
479 | &bfin_spi0_device, | 479 | &bfin_spi0_device, |
480 | #endif | 480 | #endif |
481 | 481 | ||