commit | e85a0771fad7623a8ad95b718635a17255049157 | [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 | 8e57433153e58349f116e8173fc5fc3065cd123c [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>