Re: [PATCH v2 6/6] mx6cuboxi: enable OF_PLATDATA

2020-07-26 Thread Simon Glass
On Wed, 22 Jul 2020 at 07:15, Walter Lozano wrote: > > As both MMC and GPIO driver now supports OF_PLATDATA, enable it in > defconfig in order to reduce the SPL footprint. After applying this > setting the SPL reduction is 5 KB, which partially compensates the > increment due to DM. > > Signed-off

[PATCH v2 6/6] mx6cuboxi: enable OF_PLATDATA

2020-07-22 Thread Walter Lozano
As both MMC and GPIO driver now supports OF_PLATDATA, enable it in defconfig in order to reduce the SPL footprint. After applying this setting the SPL reduction is 5 KB, which partially compensates the increment due to DM. Signed-off-by: Walter Lozano --- Changes in v2: - Improve commit message