The branch stable/12 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=ab057b02b7c0bdbbcbd2c8520e766161fda5afc9
commit ab057b02b7c0bdbbcbd2c8520e766161fda5afc9 Author: Mateusz Guzik <[email protected]> AuthorDate: 2021-07-21 12:08:32 +0000 Commit: Mateusz Guzik <[email protected]> CommitDate: 2021-07-21 12:08:32 +0000 arm: add device syscon to TEGRA124 Unbreaks the build. This is a direct commit. Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/arm/conf/TEGRA124 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm/conf/TEGRA124 b/sys/arm/conf/TEGRA124 index a830519d909e..667ce01ac8bb 100644 --- a/sys/arm/conf/TEGRA124 +++ b/sys/arm/conf/TEGRA124 @@ -40,6 +40,7 @@ device clk device phy device hwreset device regulator +device syscon # Pseudo devices. device loop # Network loopback _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
