mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
km/spi: remove deprecated SPI flash driver code for KM Kirkwood boards
KM Kirkwood boards now implement the driver model for its SPI flash interface. Therefore, the old board specific claim and release functions can be deleted. The preprocessor definition CONFIG_SYS_KW_SPI_MPP is yet unused as well. All its appearances and dependencies are removed in the kirkwood_spi driver, header files and finally the configuration whitelist. Signed-off-by: Pascal Linder <pascal.linder@edu.hefr.ch> Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
c2cd4ec00c
commit
fd9d70d738
5 changed files with 0 additions and 65 deletions
|
@ -3066,7 +3066,6 @@ CONFIG_SYS_JFFS2_SORT_FRAGMENTS
|
|||
CONFIG_SYS_KMBEC_FPGA_BASE
|
||||
CONFIG_SYS_KMBEC_FPGA_SIZE
|
||||
CONFIG_SYS_KWD_CONFIG
|
||||
CONFIG_SYS_KW_SPI_MPP
|
||||
CONFIG_SYS_L2
|
||||
CONFIG_SYS_L2_PL310
|
||||
CONFIG_SYS_L2_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue