commit | 08cd82911e955dfe7270c594255d46ca301a89c9 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Sep 20 11:14:28 2021 -0500 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Fri Oct 29 21:51:54 2021 +0200 |
tree | cf575f8ad622e30c29834e51914d09ea5eb6ef4e | |
parent | 2458e1aa1da6ff2d58a3786494b5b79ea25f8f9d [diff] |
ARM: rmobile: beacon: Support RZ/G2 [M/N/H] on TARGET_BEACON_RZG2M The three different boards share the same board file and only differ in terms of which SoC is being used. By enabling FIT on TARGET_BEACON_RZG2M, it can support all three boards and elimate duplicate code. Signed-off-by: Adam Ford <aford173@gmail.com>