[U-Boot] [PATCH] spi: mxc_spi: Fix chipselect with DM_SPI in SPL
Jagan Teki
jagan at amarulasolutions.com
Mon Sep 3 16:33:51 UTC 2018
On Mon, Sep 3, 2018 at 4:02 PM, Bernhard Messerklinger
<bernhard.messerklinger at br-automation.com> wrote:
> Since CONFIG_IS_ENABLED(DM_SPI) is not working in SPL because
> CONFIG_SPL_DM_SPI is not defined we should go with #ifdef CONFIG_DM_SPI.
Better enabled it for SPL, did you find any size constraint? if yet
try for platdata?
More information about the U-Boot
mailing list