Re: [U-Boot] [PATCH v5 3/5] config: cadence_spi: Remove defines read from DT

2018-01-23 Thread Jagan Teki
On Sat, Jan 6, 2018 at 11:48 PM, Jason Rush wrote: > Cleanup unused #define values that are read from the DT. > > Tested on TI K2G platform: > Tested-by: Vignesh R > > Tested on a socfpga-cyclonev board: > Tested-by: Simon Goldschmidt > > Signed-off-by: Jason Rush > Cc: Marek Vasut > --- Revi

[U-Boot] [PATCH v5 3/5] config: cadence_spi: Remove defines read from DT

2018-01-06 Thread Jason Rush
Cleanup unused #define values that are read from the DT. Tested on TI K2G platform: Tested-by: Vignesh R Tested on a socfpga-cyclonev board: Tested-by: Simon Goldschmidt Signed-off-by: Jason Rush Cc: Marek Vasut --- Changes for v5: - Rebased Changes for v4: - Rebased Changes for v3: