commit | 3c50e0156644bf3223db11a57e23cc38de88af3b | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Thu Sep 05 09:54:56 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:36:36 2019 +0200 |
tree | 38a9b90771a9078e9d66a836a46a29c89b9f65b8 | |
parent | f1e323a0a58e6d6b60456bf8e8565f628f33b88c [diff] |
spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spi This change initializes proper member of struct driver - platdata_auto_alloc_size instead of priv_auto_alloc_size, which is setup twice. Signed-off-by: Lukasz Majewski <lukma@denx.de>