commit | b328ec51ac1f18d8fc97305e6ae3c533db09d264 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Feb 22 09:27:33 2018 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Feb 22 10:14:02 2018 -0600 |
tree | 70c9c4132ca619f52b70ef0a9d29e94737b52e22 | |
parent | 440cc18d1b36fc9f4ecc22a3b5475b5b38df0f9c [diff] |
cmake: dts.cmake: Use SOC_PATH to find soc/dts.fixup Per arch the path to the SOC dir that we would find dts.fixup varies between being ${CONFIG_SOC_FAMILY}/${CONFIG_SOC_SERIES} and just ${CONFIG_SOC}. The ${SOC_PATH} var handles defining this correct so use it instead when we define DTS_SOC_FIXUP_FILE. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>