]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*
authorNikita Kiryanov <nikita@compulab.co.il>
Wed, 20 Aug 2014 12:08:48 +0000 (15:08 +0300)
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Wed, 24 Sep 2014 12:10:10 +0000 (17:40 +0530)
commit88e34e5ff76bffa7d56b1d04e0bd2627ee5b584d
tree21f57c987853c8946082e82a8ccd2907af0f207a
parent155fa9af95ac5be857a7327e7a968a296e60d4c8
spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*

Currently, CONFIG_SPL_SPI_* #defines are used for controlling SPI boot in
SPL. These #defines do not allow the user to select SPI mode for the SPI flash
(there's no CONFIG_SPL_SPI_MODE, so the SPI mode is hardcoded in
spi_spl_load.c), and duplicate information already provided by
CONFIG_SF_DEFAULT_* #defines.

Kill CONFIG_SPL_SPI_*, and use CONFIG_SF_DEFAULT_* instead.

Cc: Tom Rini <trini@ti.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Cc: Vitaly Andrianov <vitalya@ti.com>
Cc: Lars Poeschel <poeschel@lemonage.de>
Cc: Bo Shen <voice.shen@atmel.com>
Cc: Hannes Petermaier <hannes.petermaier@br-automation.com>
Cc: Michal Simek <monstr@monstr.eu>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Reviewed-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
12 files changed:
common/cmd_sf.c
drivers/mtd/spi/spi_spl_load.c
include/configs/am335x_evm.h
include/configs/da850evm.h
include/configs/dra7xx_evm.h
include/configs/ks2_evm.h
include/configs/pcm051.h
include/configs/sama5d3xek.h
include/configs/siemens-am33x-common.h
include/configs/tseries.h
include/configs/zynq-common.h
include/spi_flash.h