commit | 687e80e6bb12a45f4c019f66ebaca10f8b395013 | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Mon Mar 18 13:54:35 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 12 08:05:53 2019 -0400 |
tree | fbe161e94dad371d33bf976be4a3cab95e1cdeab | |
parent | 8ecdffedb0fcf190861447d67e925616b09b231d [diff] |
net: ti: cpsw: Block off ofdata_to_platdata with OF_CONTROL The ofdata_to_platdata function should not be called if OF_CONTROL is not enabled because fdtdec_* calls will fail. Block the function with OF_CONTROL Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>