]> git.ipfire.org Git - people/ms/u-boot.git/commit
sf: Remove unneeded SST_BP and SST_WP
authorJagan Teki <jteki@openedev.com>
Wed, 25 Nov 2015 19:33:33 +0000 (01:03 +0530)
committerJagan Teki <jteki@openedev.com>
Fri, 11 Dec 2015 16:42:24 +0000 (22:12 +0530)
commitaae00f8bab3af6d353c254d420c069018fd4ffa6
tree1217376dfbb18fdc6989ebd7e301b797d944adf6
parent615879ac1a8fa761f931c3353a9a4b933177b5f0
sf: Remove unneeded SST_BP and SST_WP

SST parts added on sf_params.c supports both SST_WR which consits
of both BP and WP and there is a spi controller ich which supports
only BP so the relevent _write hook set based on "slave->op_mode_tx"
hence there is no respective change required from flash side hance
removed these.

Tested-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Jagan Teki <jteki@openedev.com>
drivers/mtd/spi/sf_internal.h