
On 13 October 2018 at 16:34, Angelo Dureghello angelo@sysam.it wrote:
This patch removes CONFIG_SYS_DSPI_XX options from include/configs "m68k" .h board files, since CTAR registers are now set with default values in the cf_spi driver initialization, and configurable by devicetree.
Note, these options cannot be totally removed from the whitelist, since still used from boards using fsl_dspi.c (mostly arm-based boards).
Signed-off-by: Angelo Dureghello angelo@sysam.it
Changes for v2:
- new patch
Changes for v3:
- none
include/configs/M52277EVB.h | 11 ----------- include/configs/M54418TWR.h | 12 ------------ include/configs/M54451EVB.h | 12 ------------ include/configs/M54455EVB.h | 10 ---------- include/configs/stmark2.h | 11 ----------- 5 files changed, 56 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org