
This patch set converts all MPL boards to make use the generic CFI driver by doing the following: - remove the old legacy flash driver and adjust the common code shared by all MPL boards - adjust each board specfic configuration
---
board/mpl/common/common_util.c | 202 ++++++++-- board/mpl/common/common_util.h | 4 + board/mpl/common/flash.c | 872 ---------------------------------------- board/mpl/mip405/Makefile | 6 +- board/mpl/mip405/mip405.c | 22 +- board/mpl/pati/Makefile | 4 +- board/mpl/pip405/Makefile | 11 +- board/mpl/pip405/pip405.c | 23 +- include/configs/MIP405.h | 15 +- include/configs/PATI.h | 13 +- include/configs/PIP405.h | 16 +- 11 files changed, 267 insertions(+), 921 deletions(-)