On Fri, 7 Jul 2023 at 15:05, Alexey Brodkin <alexey.brod...@synopsys.com> wrote: > > Back in the day we relied a lot on Synopsys own build of the GNU tools > for ARC processors, but since then we worked hard on getting all our changes > upstream and for a couple of years now we have ARCompact (AKA ARCv1) > and ARCv2 processors supported very well in upstream GCC, Binutils, GDB etc. > > And so there's no need to use Synopsys forks any longer, thus we remove > all the references to that form and use upstream components as majority > of other architectures in U-Boot. > > Thanks to Tom for pointing to that left-over! > > Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> > Cc: Simon Glass <s...@chromium.org> > Cc: Tom Rini <tr...@konsulko.com> > --- > tools/buildman/bsettings.py | 1 - > tools/buildman/buildman.rst | 6 ------ > tools/docker/Dockerfile | 3 +-- > 3 files changed, 1 insertion(+), 9 deletions(-)
Nice! Reviewed-by: Simon Glass <s...@chromium.org>