commit | d2e89856cc96ece16abfbe404ee9397c8593bafa | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Mon Feb 26 10:52:29 2018 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Feb 27 19:56:47 2018 -0600 |
tree | c586b0db77d5942d56b691883eb92fed3e413307 | |
parent | 571069e986669b13aed60913e9be03c27401b743 [diff] |
cmake: dts: Fix usage of BOARD vs BOARD_FAMILY We assumed that ${BOARD} and ${BOARD_FAMILY} are always the same and thus interchangeable. That isn't always the case so use ${BOARD} proper for when we mean the exact BOARD name we are building for vs the BOARD_FAMILY. We also add .dts files for board variants within a board family, such that we have a .dts matching each board name. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>