commit | a987b0027000597fe8c0632ccc9421e88a2d8ddd | [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 | 93c85fc5892587fad5f0fd5ba8a7251f46a2f345 [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>