commit | ac49c5fbe994fdc6a450600b4b965cad63dcfa96 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Oct 11 16:15:41 2018 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Dec 06 10:23:54 2018 +0100 |
tree | e3cfdfe95518a6c3720c8fb8b96ebcffbbb18b5b | |
parent | 1d85c4bd5b6291b99feb2409525c96f0c1744328 [diff] |
plat: rcar: Generate platform compatible string Generate /compatible string for the platform, so that the subsequent stages know which platform they are running on. This could be useful when ie. building U-Boot that contains DTs for multiple platforms and can thus decide on which platform it is running. This would ultimately allow single bootloader binary for all Gen3 platforms. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>